BUG REPORT warning after upgrading to 3.3.3 - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: BUG REPORT warning after upgrading to 3.3.3 (/showthread.php?tid=6752) |
warning after upgrading to 3.3.3 - salvamaine - 2014-09-20 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){ RE: warning after upgrading to 3.3.3 - shawn_a - 2014-09-20 Fixed in 3.3.4 beta |