Fixed tests affected by the visibility changes.

This commit is contained in:
Juan Basso 2011-08-24 21:45:33 -04:00
parent dbb87a0196
commit c60abb1802
3 changed files with 29 additions and 25 deletions

View file

@ -278,7 +278,7 @@ class Scaffold {
return $this->_scaffoldForm($formAction);
} elseif ($this->controller->scaffoldError($action) === false) {
return $this->scaffoldError();
return $this->_scaffoldError();
}
}