diff options
Diffstat (limited to 'mod/pages/history.php')
-rw-r--r-- | mod/pages/history.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/pages/history.php b/mod/pages/history.php index 215d5ea58..fec7702ba 100644 --- a/mod/pages/history.php +++ b/mod/pages/history.php @@ -14,7 +14,7 @@ $page_guid = get_input('page_guid'); -t$pages = get_entity($page_guid); + $pages = get_entity($page_guid); if ($pages->container_guid) { set_page_owner($pages->container_guid); } else { |