From b42b6d8cbe584581e38d0edd26d2e2abdea7e8b3 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 2 Apr 2008 14:03:51 +0000 Subject: Debug message in actions git-svn-id: https://code.elgg.org/elgg/trunk@364 36083f99-b078-4883-b0ff-0f9b5a30f544 --- action.php | 1 + 1 file changed, 1 insertion(+) (limited to 'action.php') 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 -- cgit v1.2.3