2014-09-20, 09:37:57
In the file admin/inc/basic.php, line 699, there is a call without parameter to the function getRegexUnicode(), which launches a warning.
The line 712 should include a null default value for the parameter:
The line 712 should include a null default value for the parameter:
Code:
function getRegexUnicode($id=null){