fix parse error
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 28 May 2010 16:43:59 +0000 (12:43 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 28 May 2010 16:43:59 +0000 (12:43 -0400)
kronolith/edit.php

index 92ba816..8d706d9 100644 (file)
@@ -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() &&