1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 02:40:25 +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

@@ -849,7 +849,7 @@ class page_admin_ui extends e_admin_ui
$page_title = $tp->toDB($_POST['page_title']);
// print_a($_POST);
// print_a($_POST);
// if(is_array($_POST['data']) && is_array($_POST['subtitle']))
@@ -862,7 +862,7 @@ class page_admin_ui extends e_admin_ui
if($mode == FALSE) // Pages only, not menus.
{
$newData[] = "[newpage=".$_POST['page_subtitle'][$key]."]\n";
// $newData[] = "[newpage=".$_POST['page_subtitle'][$key]."]\n";
}
$newData[] = $v;
}