From 994d43d3e4927aa04bcb386ef0a10aca30b529d1 Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Fri, 12 Jul 2013 09:40:14 +0200 Subject: [PATCH] // Oops --- controllers/admin/AdminModulesController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/admin/AdminModulesController.php b/controllers/admin/AdminModulesController.php index 7933c706b..5be50453c 100644 --- a/controllers/admin/AdminModulesController.php +++ b/controllers/admin/AdminModulesController.php @@ -1107,7 +1107,6 @@ class AdminModulesControllerCore extends AdminController } if (count($module_success)) { - die ('kik'); $html = $this->generateHtmlMessage($module_success); $this->confirmations[] = sprintf($this->l('The following module(s) were upgraded successfully:').' %s', $html); }