Add return value to objectManager::displayErrors(). Return true if errors were found
This commit is contained in:
committed by
WineHQ
parent
d76c297a41
commit
9a953f7ce8
@@ -400,6 +400,7 @@ class ObjectManager
|
|||||||
echo "The following errors were found<br />\n";
|
echo "The following errors were found<br />\n";
|
||||||
echo "<ul>$sErrors</ul>\n";
|
echo "<ul>$sErrors</ul>\n";
|
||||||
echo "</font><br />";
|
echo "</font><br />";
|
||||||
|
return TRUE;
|
||||||
} else
|
} else
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user