aboutsummaryrefslogtreecommitdiff
path: root/mod/pages/history.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-07-15 16:45:06 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-07-15 16:45:06 +0000
commit3b29bf9a2f9e95a03753f063bbe170e7081c6c99 (patch)
treeba0277d49c8edcf95dffd14c27057863ce3d40cb /mod/pages/history.php
parent5696bea39a9be7f8c44e0d4abf7ca776db711bfa (diff)
downloadelgg-3b29bf9a2f9e95a03753f063bbe170e7081c6c99.tar.gz
elgg-3b29bf9a2f9e95a03753f063bbe170e7081c6c99.tar.bz2
Converting spaces to tabs without the stray t.
git-svn-id: http://code.elgg.org/elgg/trunk@6714 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/pages/history.php')
-rw-r--r--mod/pages/history.php2
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 {