Start the permission handling.
authorGunnar Wrobel <p@rdus.de>
Fri, 1 May 2009 14:21:23 +0000 (16:21 +0200)
committerGunnar Wrobel <p@rdus.de>
Fri, 1 May 2009 14:21:23 +0000 (16:21 +0200)
koward/lib/Koward/Controller/Application.php

index a52eaf4..c24f601 100644 (file)
@@ -66,4 +66,9 @@ class Koward_Controller_Application extends Horde_Controller_Base
         }
         return $menu;
     }
+
+    public function getPermissionId()
+    {
+        return $this->params['controller'] . ':' . $this->params['action'];
+    }
 }