Originally Posted by DrByte For this specific instance, you can change line 355 of the square.php module from Code: if (count($errors_object)) { to Code: if (!empty($errors_object)) { Thank you for a speedy response
if (count($errors_object)) {
if (!empty($errors_object)) {
Forum Rules
Bookmarks