diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-02 15:54:50 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-02 15:54:50 +0000 |
commit | 63993dc0868289190b9cb36b8f0e7dbc7a794e57 (patch) | |
tree | 50052cb13fa2ebab69b1759b7dce8ef76ee8d11d | |
parent | 99c8d44121a2d23d7ccb4c9506ecd742d190b590 (diff) | |
download | elgg-63993dc0868289190b9cb36b8f0e7dbc7a794e57.tar.gz elgg-63993dc0868289190b9cb36b8f0e7dbc7a794e57.tar.bz2 |
Removed some unnecessary debug junk
git-svn-id: https://code.elgg.org/elgg/trunk@370 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | engine/lib/actions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/lib/actions.php b/engine/lib/actions.php index b8c4bc05a..58f38fd7a 100644 --- a/engine/lib/actions.php +++ b/engine/lib/actions.php @@ -35,7 +35,6 @@ if (isset($CONFIG->actions[$action])) {
if ($CONFIG->actions[$action]['public'] || $_SESSION['id'] != -1) {
- echo $CONFIG->actions[$action]['file']; var_export($CONFIG->actions); exit;
if (@include($CONFIG->actions[$action]['file'])) {
} else {
register_error(sprintf(elgg_echo('actionundefined'),$action));
|