diff --git a/controllers/presenting.php b/controllers/presenting.php index b40021412771a92575e2a7a0a47c92500ad08d8d..aeeb5bfe1a14f8d2e7f0adbe0c81b1b74f4cab22 100644 --- a/controllers/presenting.php +++ b/controllers/presenting.php @@ -150,6 +150,7 @@ class PresentingController extends MarketController $this->marketplugin->delete(); PageLayout::postMessage(MessageBox::success(_("Plugin wurde gel�scht."))); $this->redirect('presenting/overview'); + return; } $this->marketplugin['rating'] = $this->marketplugin->calculateRating(); $this->marketplugin->store();