From 09ca87df41a5d77446b9dc1da04f2d604bcff3ce Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 17 Jun 2008 11:56:15 +0000 Subject: Removed references to callpath_gatekeeper. git-svn-id: https://code.elgg.org/elgg/trunk@948 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/database.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine') diff --git a/engine/lib/database.php b/engine/lib/database.php index df1775e69..73ef2236c 100644 --- a/engine/lib/database.php +++ b/engine/lib/database.php @@ -174,8 +174,8 @@ global $CONFIG, $dbcalls; - if (!callpath_gatekeeper($CONFIG->path . "engine/", true, true)) - throw new SecurityException(sprintf(elgg_echo('SecurityException:FunctionDenied'), 'get_data_row()')); + //if (!callpath_gatekeeper($CONFIG->path . "engine/", true, true)) + // throw new SecurityException(sprintf(elgg_echo('SecurityException:FunctionDenied'), 'get_data_row()')); $dblink = get_db_link('read'); -- cgit v1.2.3