diff options
Diffstat (limited to 'inc/actions.php')
-rw-r--r-- | inc/actions.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/actions.php b/inc/actions.php index 0a347f472..bebdeefce 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -340,7 +340,8 @@ function act_redirect($id,$preact){ //get section name when coming from section edit if($PRE && preg_match('/^\s*==+([^=\n]+)/',$TEXT,$match)){ - $title = sectionID($match[0]); + $check = false; + $title = sectionID($match[0],$check); } $opts = array( |