diff options
Diffstat (limited to 'mod/pages/actions')
-rw-r--r-- | mod/pages/actions/pages/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |