diff options
Diffstat (limited to 'pages/entities/index.php')
-rw-r--r-- | pages/entities/index.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pages/entities/index.php b/pages/entities/index.php index 68018bfff..85a596431 100644 --- a/pages/entities/index.php +++ b/pages/entities/index.php @@ -9,8 +9,6 @@ * @link http://elgg.org/ */ -// Load Elgg engine -require_once(dirname(dirname(__FILE__)) . "/engine/start.php"); // Get the GUID of the entity we want to view $guid = (int) get_input('guid'); |