From 310a5df50ab6b2f5a9cd25f8c6d7d72110310a39 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Thu, 17 Apr 2014 00:02:46 +0200 Subject: [PATCH] remove TheliaDebugBarController. Fix #291 --- local/modules/Klikandpay | 2 +- .../modules/TheliaDebugBar/Config/routing.xml | 4 ---- .../Admin/TheliaDebguBarController.php | 18 ------------------ .../Admin/TheliaDebugBarController.php | 18 ------------------ 4 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 local/modules/TheliaDebugBar/Controller/Admin/TheliaDebguBarController.php delete mode 100644 local/modules/TheliaDebugBar/Controller/Admin/TheliaDebugBarController.php diff --git a/local/modules/Klikandpay b/local/modules/Klikandpay index a72c066e7..15cc539db 160000 --- a/local/modules/Klikandpay +++ b/local/modules/Klikandpay @@ -1 +1 @@ -Subproject commit a72c066e7400d2350dca24016a302582cb7e7b62 +Subproject commit 15cc539db98eebd675538e6c35a92a3ca749195c diff --git a/local/modules/TheliaDebugBar/Config/routing.xml b/local/modules/TheliaDebugBar/Config/routing.xml index 14361a729..cfc20f812 100644 --- a/local/modules/TheliaDebugBar/Config/routing.xml +++ b/local/modules/TheliaDebugBar/Config/routing.xml @@ -2,8 +2,4 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd"> - - - TheliaDebugBar\Controller\Admin\TheliaDebugBarController::indexAction - \ No newline at end of file diff --git a/local/modules/TheliaDebugBar/Controller/Admin/TheliaDebguBarController.php b/local/modules/TheliaDebugBar/Controller/Admin/TheliaDebguBarController.php deleted file mode 100644 index e09ae6243..000000000 --- a/local/modules/TheliaDebugBar/Controller/Admin/TheliaDebguBarController.php +++ /dev/null @@ -1,18 +0,0 @@ -checkAuth(self::RESOURCE_CODE, array(), AccessManager::VIEW)) return $response; - - // Render the edition template. - return $this->render('tdb-index'); - } -} \ No newline at end of file diff --git a/local/modules/TheliaDebugBar/Controller/Admin/TheliaDebugBarController.php b/local/modules/TheliaDebugBar/Controller/Admin/TheliaDebugBarController.php deleted file mode 100644 index e09ae6243..000000000 --- a/local/modules/TheliaDebugBar/Controller/Admin/TheliaDebugBarController.php +++ /dev/null @@ -1,18 +0,0 @@ -checkAuth(self::RESOURCE_CODE, array(), AccessManager::VIEW)) return $response; - - // Render the edition template. - return $this->render('tdb-index'); - } -} \ No newline at end of file