diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-18 10:34:47 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-18 10:34:47 +0000 |
commit | 1ce15e0c16901cf981e49586306af54d806818a7 (patch) | |
tree | 0a8238a5b29b44d1e49535109b6c00f7d836e865 | |
parent | aaaf34f2dbfb9b8b1f4112c4cf2b584118a736a9 (diff) | |
download | elgg-1ce15e0c16901cf981e49586306af54d806818a7.tar.gz elgg-1ce15e0c16901cf981e49586306af54d806818a7.tar.bz2 |
Removing previous
git-svn-id: https://code.elgg.org/elgg/trunk@484 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 a0e5d33ca..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) {
- system_message("DEBUG ACTION ({$action}): " . $CONFIG->actions[$action]['file']);
if (@include($CONFIG->actions[$action]['file'])) {
} else {
register_error(sprintf(elgg_echo('actionundefined'),$action));
|