projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d71f43
)
Fix constant.
author
Jan Schneider
<jan@horde.org>
Mon, 3 May 2010 18:30:06 +0000
(20:30 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 3 May 2010 21:50:51 +0000
(23:50 +0200)
wicked/lib/Page/StandardPage.php
patch
|
blob
|
history
diff --git
a/wicked/lib/Page/StandardPage.php
b/wicked/lib/Page/StandardPage.php
index
349e2e0
..
aa5185a
100644
(file)
--- a/
wicked/lib/Page/StandardPage.php
+++ b/
wicked/lib/Page/StandardPage.php
@@
-141,7
+141,7
@@
class StandardPage extends Page {
if (Horde_Auth::isAdmin()) {
return true;
}
- if (($this->getPermissions() &
PERMS_
EDIT) == 0) {
+ if (($this->getPermissions() &
Horde_Perms::
EDIT) == 0) {
return false;
}
break;