31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-09-30 05:09:05 +00:00

Correct message when reverting patches

This commit is contained in:
Michael Babker 2015-05-09 11:57:06 -04:00
parent bf2b6d27bc
commit d5fce78cb3

View File

@ -35,7 +35,7 @@ class RevertController extends DisplayController
$model->revert($this->getInput()->getUint('pull_id')); $model->revert($this->getInput()->getUint('pull_id'));
$msg = \JText::_('COM_PATCHTESTER_APPLY_OK'); $msg = \JText::_('COM_PATCHTESTER_REVERT_OK');
$type = 'message'; $type = 'message';
} }
catch (\Exception $e) catch (\Exception $e)