Skip to content
Snippets Groups Projects
Commit 13647c4c authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

re #39 : return before deleted object is stored again.

parent 203761ad
Branches
No related tags found
No related merge requests found
......@@ -150,6 +150,7 @@ class PresentingController extends MarketController
$this->marketplugin->delete();
PageLayout::postMessage(MessageBox::success(_("Plugin wurde gelscht.")));
$this->redirect('presenting/overview');
return;
}
$this->marketplugin['rating'] = $this->marketplugin->calculateRating();
$this->marketplugin->store();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment