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 fec7702ba..215d5ea58 100644 --- a/mod/pages/history.php +++ b/mod/pages/history.php @@ -14,7 +14,7 @@ $page_guid = get_input('page_guid'); - $pages = get_entity($page_guid); +t$pages = get_entity($page_guid); if ($pages->container_guid) { set_page_owner($pages->container_guid); } else { |