diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-17 11:56:15 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-17 11:56:15 +0000 |
commit | 09ca87df41a5d77446b9dc1da04f2d604bcff3ce (patch) | |
tree | 58b2d38393248ee10948648ac68cbf93e4a1b66d /engine/lib/database.php | |
parent | eeae40ce51d4ea07ee91ac83326200e2541484f2 (diff) | |
download | elgg-09ca87df41a5d77446b9dc1da04f2d604bcff3ce.tar.gz elgg-09ca87df41a5d77446b9dc1da04f2d604bcff3ce.tar.bz2 |
Removed references to callpath_gatekeeper.
git-svn-id: https://code.elgg.org/elgg/trunk@948 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/database.php')
-rw-r--r-- | engine/lib/database.php | 4 |
1 files changed, 2 insertions, 2 deletions
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');
|