aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/database.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-17 11:56:15 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-17 11:56:15 +0000
commit09ca87df41a5d77446b9dc1da04f2d604bcff3ce (patch)
tree58b2d38393248ee10948648ac68cbf93e4a1b66d /engine/lib/database.php
parenteeae40ce51d4ea07ee91ac83326200e2541484f2 (diff)
downloadelgg-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.php4
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');