1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

Possible fix for Issue #41

This commit is contained in:
Cameron
2012-12-12 02:23:56 -08:00
parent 408f005f04
commit 0cfce79337

View File

@@ -862,7 +862,7 @@ class page_admin_ui extends e_admin_ui
if($mode == FALSE) // Pages only, not menus. if($mode == FALSE) // Pages only, not menus.
{ {
$newData[] = "[newpage=".$_POST['page_subtitle'][$key]."]\n"; // $newData[] = "[newpage=".$_POST['page_subtitle'][$key]."]\n";
} }
$newData[] = $v; $newData[] = $v;
} }