Fixed gh-583 spelling mistake in JError::raiseWaring(..)

This commit is contained in:
2020-08-08 17:06:42 +02:00
parent 3fa87a2ccc
commit 3ca4c3c3d6
6 changed files with 7 additions and 7 deletions

View File

@ -130,7 +130,7 @@ class ComponentbuilderModelApi extends JModelItem
if ($e->getCode() == 404)
{
// Need to go thru the error handler to allow Redirect to work.
JError::raiseWaring(404, $e->getMessage());
JError::raiseWarning(404, $e->getMessage());
}
else
{