Skip to content
Snippets Groups Projects
Commit f0865f06 authored by Denis Walker's avatar Denis Walker
Browse files

Oops, missing }

parent 27855d5f
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,9 @@ if (isset($session->groups[$permission])) {
$smarty->assign("html", TRUE);
unset($output);
unset($output);
if (@$pathlist[3] == "Edit") {
if (@$pathlist[3] == "Edit") {
if (isset($_REQUEST['mapid'])) {
$id = (int)$_REQUEST['mapid'];
......@@ -25,7 +25,9 @@ if (@$pathlist[3] == "Edit") {
header("Location: /Admin/Pagemap");
exit;
}
}
}
}
if (!isset($output)) {
$smarty->assign("map",$DB->GetAll("SELECT * FROM pagemap ORDER BY depth, path"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment