From: Gunnar Wrobel Date: Fri, 1 May 2009 14:21:23 +0000 (+0200) Subject: Start the permission handling. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9a783231c16c75bc0e20620517d23fd05a0fe0ac;p=horde.git Start the permission handling. --- diff --git a/koward/lib/Koward/Controller/Application.php b/koward/lib/Koward/Controller/Application.php index a52eaf435..c24f60179 100644 --- a/koward/lib/Koward/Controller/Application.php +++ b/koward/lib/Koward/Controller/Application.php @@ -66,4 +66,9 @@ class Koward_Controller_Application extends Horde_Controller_Base } return $menu; } + + public function getPermissionId() + { + return $this->params['controller'] . ':' . $this->params['action']; + } }