User tests: Successful: Unsuccessful:
Pull Request for Issue # .
Fixes following PHP notice:
PHP Notice: Undefined variable: revertErrored in /joomla-cms-4.0-dev/administrator/components/com_patchtester/PatchTester/Controller/ResetController.php on line 84
Code review: The mistake is obvious. Variable $revertErrored
is checked even if not set before. Moved initialization of this variable out from the 2 if clauses up to the top.
Status | New | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-11-09 12:04:37 |
Closed_By | ⇒ | Hackwar |
Thanks!