diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-07-15 16:38:16 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-07-15 16:38:16 +0000 |
commit | 5696bea39a9be7f8c44e0d4abf7ca776db711bfa (patch) | |
tree | 8e3fb8e7e3109315c532d8a127c9f72aa6fd9ba8 /mod/pages/history.php | |
parent | 4ece630febf2c1275c7781e8cb9d4f4321aacfc1 (diff) | |
download | elgg-5696bea39a9be7f8c44e0d4abf7ca776db711bfa.tar.gz elgg-5696bea39a9be7f8c44e0d4abf7ca776db711bfa.tar.bz2 |
Convert spaces to tabs.
git-svn-id: http://code.elgg.org/elgg/trunk@6713 36083f99-b078-4883-b0ff-0f9b5a30f544
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 { |