From e8330243e2c76c70b53aab15d1c5631760b7c412 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Sun, 16 Dec 2012 14:45:48 -0500 Subject: Refs #1334. Move the page parent input to pages/input/parent. --- mod/pages/actions/pages/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/pages/actions') diff --git a/mod/pages/actions/pages/edit.php b/mod/pages/actions/pages/edit.php index 29fbf022b..40215e02e 100644 --- a/mod/pages/actions/pages/edit.php +++ b/mod/pages/actions/pages/edit.php @@ -72,7 +72,7 @@ if (sizeof($input) > 0) { $page->container_guid = $container_guid; if ($parent_guid && $parent_guid != $page_guid) { - // Check if parent isn't below of the page in the tree + // Check if parent isn't below the page in the tree if ($page_guid) { $tree_page = get_entity($parent_guid); while ($tree_page->parent_guid > 0 && $page_guid != $tree_page->guid) { -- cgit v1.2.3