GetSimple Support Forum

Full Version: warning after upgrading to 3.3.3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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:
Code:
function getRegexUnicode($id=null){
Fixed in 3.3.4 beta