summaryrefslogtreecommitdiffstats
path: root/frontends/php/scripts.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/scripts.php')
-rw-r--r--frontends/php/scripts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/scripts.php b/frontends/php/scripts.php
index e6fa7b1e..9aecb665 100644
--- a/frontends/php/scripts.php
+++ b/frontends/php/scripts.php
@@ -254,7 +254,7 @@ else {
$tr = new CCol(
array(
- new CButton('form',S_ADD_SCRIPT,"javascript: Redirect('scripts.php?form=1');"),
+ new CButton('form',S_ADD_SCRIPT,"javascript: redirect('scripts.php?form=1');"),
SPACE,
$qbutton
)