projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75fe348
)
fix Horde_Perms constant
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 13 Feb 2010 21:06:47 +0000
(16:06 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 13 Feb 2010 21:06:47 +0000
(16:06 -0500)
turba/lib/Turba.php
patch
|
blob
|
history
diff --git
a/turba/lib/Turba.php
b/turba/lib/Turba.php
index
6b769e2
..
2823d6b
100644
(file)
--- a/
turba/lib/Turba.php
+++ b/
turba/lib/Turba.php
@@
-396,7
+396,7
@@
class Turba {
// Default share?
if (empty($defaults[$params['source']])) {
$driver = Turba_Driver::singleton($params['source']);
- if (!is_a($driver, 'PEAR_Error') && $driver->hasPermission(
PERMS_
EDIT)) {
+ if (!is_a($driver, 'PEAR_Error') && $driver->hasPermission(
Horde_Perms::
EDIT)) {
$defaults[$params['source']] =
$driver->checkDefaultShare(
$shares[$name],