Skip to content
Snippets Groups Projects
Unverified Commit 55fc20b2 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4722 from JediKev/issue/php72-plugin-delete

issue: PHP 7.2 Plugin Delete
parents 8d01b1f6 5407f907
Branches
Tags
No related merge requests found
...@@ -40,7 +40,7 @@ if($_POST) { ...@@ -40,7 +40,7 @@ if($_POST) {
case 'delete': case 'delete':
foreach ($_POST['ids'] as $id) { foreach ($_POST['ids'] as $id) {
if ($p = Plugin::lookup($id)) { if ($p = Plugin::lookup($id)) {
$p->uninstall(); $p->uninstall($errors);
} }
} }
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment