projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96ebcab
)
fix parse error
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 28 May 2010 16:43:59 +0000
(12:43 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 28 May 2010 16:43:59 +0000
(12:43 -0400)
kronolith/edit.php
patch
|
blob
|
history
diff --git
a/kronolith/edit.php
b/kronolith/edit.php
index
92ba816
..
8d706d9
100644
(file)
--- a/
kronolith/edit.php
+++ b/
kronolith/edit.php
@@
-161,7
+161,7
@@
if ($exception = Horde_Util::getFormData('del_exception')) {
}
if ($event) {
- if (isset($sourceShare)
)
+ if (isset($sourceShare)
&& !$sourceShare->hasPermission(Horde_Auth::getAuth(), Horde_Perms::DELETE)) {
$notification->push(_("You do not have permission to move this event."), 'horde.warning');
} elseif ($user != Horde_Auth::getAuth() &&