// Fix bug on processSave

This commit is contained in:
rGaillard
2011-12-05 15:33:43 +00:00
parent 6ed69c323b
commit ac458f0cab

View File

@@ -653,7 +653,7 @@ class AdminControllerCore extends Controller
}
$this->_errors = array_unique($this->_errors);
if (count($this->_errors) > 0);
if (count($this->_errors) > 0)
return;
return $object;