For serialize() and unserialize() to work as intended, Horde_Share_Object needs to...
authorChuck Hagenbuch <chuck@horde.org>
Fri, 12 Nov 2010 04:21:31 +0000 (23:21 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Fri, 12 Nov 2010 04:21:31 +0000 (23:21 -0500)
framework/Share/lib/Horde/Share/Object.php

index 64d691b..4e63ce7 100644 (file)
@@ -9,7 +9,7 @@
  * @author  Gunnar Wrobel <wrobel@pardus.de>
  * @package Horde_Share
  */
-class Horde_Share_Object
+abstract class Horde_Share_Object implements Serializable
 {
     /**
      * The Horde_Share object which this share is associated with.
@@ -235,5 +235,4 @@ class Horde_Share_Object
     public function getPermission()
     {
     }
-
 }