Skip to content

Commit

Permalink
Reverted the default value of $actionID of COM_errorLog (bug #719)
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed Dec 28, 2016
1 parent 4692014 commit ece44df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/lib-common.php
Expand Up @@ -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;

Expand Down

0 comments on commit ece44df

Please sign in to comment.