31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-03 14:10:47 +00:00

Update PullsHtmlView.php

revert line 148
This commit is contained in:
Bear 2020-07-13 14:16:08 -05:00 committed by GitHub
parent 4b3b13c849
commit edc33a822e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,7 +145,7 @@ class PullsHtmlView extends DefaultHtmlView
);
// Add a reset button.
$toolbar->appendButton('Standard', 'minus-circle', 'COM_PATCHTESTER_TOOLBAR_RESET', 'reset', false);
$toolbar->appendButton('Standard', 'expired', 'COM_PATCHTESTER_TOOLBAR_RESET', 'reset', false);
}
ToolbarHelper::preferences('com_patchtester');