projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50f7e89
)
Start the permission handling.
author
Gunnar Wrobel
<p@rdus.de>
Fri, 1 May 2009 14:21:23 +0000
(16:21 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Fri, 1 May 2009 14:21:23 +0000
(16:21 +0200)
koward/lib/Koward/Controller/Application.php
patch
|
blob
|
history
diff --git
a/koward/lib/Koward/Controller/Application.php
b/koward/lib/Koward/Controller/Application.php
index
a52eaf4
..
c24f601
100644
(file)
--- 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'];
+ }
}