From fc11e5260309702e3301837e3725fe8084b61a4e Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 7 Oct 2009 20:51:56 +0000 Subject: Fixes #790: Removing unneeded @s. git-svn-id: http://code.elgg.org/elgg/trunk@3513 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/entities.php') diff --git a/engine/lib/entities.php b/engine/lib/entities.php index aadbdc835..3eaea5136 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -2358,7 +2358,7 @@ if (isset($page[0])) { global $CONFIG; set_input('guid',$page[0]); - @include($CONFIG->path . "entities/index.php"); + include($CONFIG->path . "entities/index.php"); } } -- cgit v1.2.3