From 0472cb5264b2fe84572f02a56eb2dc0f1ecdade1 Mon Sep 17 00:00:00 2001 From: icewing Date: Fri, 23 May 2008 11:22:53 +0000 Subject: git-svn-id: https://code.elgg.org/elgg/trunk@694 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/system_log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/system_log.php') diff --git a/engine/lib/system_log.php b/engine/lib/system_log.php index 827c79927..e47475287 100644 --- a/engine/lib/system_log.php +++ b/engine/lib/system_log.php @@ -41,7 +41,7 @@ function system_log($object, $event) { global $CONFIG; - + error_log("***************************** EVENT: $event : ".print_r($object,true)); if ($object instanceof Loggable) { // Has loggable interface, extract the necessary information and store -- cgit v1.2.3