From ece44dfac752430715abbf7da6605a59bb07b1bf Mon Sep 17 00:00:00 2001 From: Kenji ITO Date: Thu, 29 Dec 2016 06:41:44 +0900 Subject: [PATCH] Reverted the default value of $actionID of COM_errorLog (bug #719) --- public_html/lib-common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/lib-common.php b/public_html/lib-common.php index dc045a111..5fedf769a 100755 --- a/public_html/lib-common.php +++ b/public_html/lib-common.php @@ -2462,7 +2462,7 @@ function COM_featuredCheck() * @see function COM_accessLog * @return string If $actionId = 2 or '' then HTML formatted string (wrapped in block) else nothing */ -function COM_errorLog($logEntry, $actionId = 2) +function COM_errorLog($logEntry, $actionId = '') { global $_CONF, $LANG01;