31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-26 08:22:34 +00:00

notice, not info

This commit is contained in:
andrepereiradasilva 2016-03-28 12:05:10 +01:00
parent 45a255ecd7
commit 5378dc6575

View File

@ -120,7 +120,7 @@ class ResetController extends AbstractController
else
{
$msg = \JText::_('COM_PATCHTESTER_RESET_OK');
$type = 'info';
$type = 'notice';
}
}
catch (\Exception $e)