From 842299bee8820434734f3fb7dc19ac3a3de96fb6 Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Thu, 16 Jan 2014 11:31:18 +0100 Subject: [PATCH] Fixed typo --- .../Admin/TheliaDebugBarController.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 local/modules/TheliaDebugBar/Controller/Admin/TheliaDebugBarController.php diff --git a/local/modules/TheliaDebugBar/Controller/Admin/TheliaDebugBarController.php b/local/modules/TheliaDebugBar/Controller/Admin/TheliaDebugBarController.php new file mode 100644 index 000000000..e09ae6243 --- /dev/null +++ b/local/modules/TheliaDebugBar/Controller/Admin/TheliaDebugBarController.php @@ -0,0 +1,18 @@ +checkAuth(self::RESOURCE_CODE, array(), AccessManager::VIEW)) return $response; + + // Render the edition template. + return $this->render('tdb-index'); + } +} \ No newline at end of file