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

Merge pull request #135 from andrepereiradasilva/patch-1

notice, not info
This commit is contained in:
Michael Babker 2016-03-28 09:50:07 -04:00
commit 451f76a542

View File

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