Reactivate history updates.
authorGunnar Wrobel <p@rdus.de>
Tue, 27 Apr 2010 09:44:29 +0000 (11:44 +0200)
committerGunnar Wrobel <wrobel@temple.(none)>
Tue, 27 Apr 2010 09:54:07 +0000 (11:54 +0200)
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Data.php

index cdc5d27..39004d9 100644 (file)
@@ -471,10 +471,10 @@ class Horde_Kolab_Storage_Data
 
         /* Log the action on this item in the history log. */
         try {
-            /* $GLOBALS['injector']->getInstance('Horde_History') */
-            /*     ->log($app . ':' . $this->_folder->getShareId() . ':' . $object_uid, */
-            /*           array('action' => $action, 'ts' => $mod_ts), */
-            /*           true); */
+            $GLOBALS['injector']->getInstance('Horde_History')
+                ->log($app . ':' . $this->_folder->getShareId() . ':' . $object_uid,
+                      array('action' => $action, 'ts' => $mod_ts),
+                      true);
         } catch (Horde_Exception $e) {
         }
     }