diff --git a/e107_admin/cpage.php b/e107_admin/cpage.php index 10a0d6458..1bea2d79c 100644 --- a/e107_admin/cpage.php +++ b/e107_admin/cpage.php @@ -734,7 +734,10 @@ class page_admin_ui extends e_admin_ui { list($tm,$key) = explode("_",$k); - $newData .= "[newpage=".$_POST['page_subtitle'][$key]."]\n"; + if($mode === FALSE) // Pages only, not menus. + { + $newData .= "[newpage=".$_POST['page_subtitle'][$key]."]\n"; + } $newData .= $v."\n\n"; } diff --git a/e107_core/shortcodes/batch/signup_shortcodes.php b/e107_core/shortcodes/batch/signup_shortcodes.php index 1e5957ae6..09ce833dc 100755 --- a/e107_core/shortcodes/batch/signup_shortcodes.php +++ b/e107_core/shortcodes/batch/signup_shortcodes.php @@ -29,7 +29,7 @@ class signup_shortcodes extends e_shortcode else { return " -