31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-09-28 20:49:00 +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 else
{ {
$msg = \JText::_('COM_PATCHTESTER_RESET_OK'); $msg = \JText::_('COM_PATCHTESTER_RESET_OK');
$type = 'info'; $type = 'notice';
} }
} }
catch (\Exception $e) catch (\Exception $e)