diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-02 14:03:51 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-02 14:03:51 +0000 |
commit | b42b6d8cbe584581e38d0edd26d2e2abdea7e8b3 (patch) | |
tree | 168fd103fabbfc7fc27d0d752c9fe851c0621d7d | |
parent | 548c95ed84233b5ad66572d0dc3420f9f32c5303 (diff) | |
download | elgg-b42b6d8cbe584581e38d0edd26d2e2abdea7e8b3.tar.gz elgg-b42b6d8cbe584581e38d0edd26d2e2abdea7e8b3.tar.bz2 |
Debug message in actions
git-svn-id: https://code.elgg.org/elgg/trunk@364 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | action.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/action.php b/action.php index 9c8710137..96618da9a 100644 --- a/action.php +++ b/action.php @@ -16,6 +16,7 @@ // Get actions
$action = get_input("action");
+ system_message("Debug: " . $action);
action($action);
?>
\ No newline at end of file |