From 3b29bf9a2f9e95a03753f063bbe170e7081c6c99 Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 15 Jul 2010 16:45:06 +0000 Subject: Converting spaces to tabs without the stray t. git-svn-id: http://code.elgg.org/elgg/trunk@6714 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/pages/history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/pages/history.php') 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 { -- cgit v1.2.3