Return an object decorated with the hash decorator.
authorGunnar Wrobel <p@rdus.de>
Wed, 4 Nov 2009 15:17:20 +0000 (16:17 +0100)
committerGunnar Wrobel <p@rdus.de>
Wed, 4 Nov 2009 15:17:20 +0000 (16:17 +0100)
framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Factory.php

index aff902f..92eac9c 100644 (file)
@@ -51,6 +51,7 @@ class Horde_Kolab_Server_Object_Factory
             throw new Horde_Kolab_Server_Exception('Class definition of ' . $type . ' not found.');
         }
 
+        $object = new Horde_Kolab_Server_Object_Hash($object);
         return $object;
     }