[pLog-svn] r2090 - plog/branches/plog-1.0.2/class/dao

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun May 29 13:25:44 GMT 2005


Author: oscar
Date: 2005-05-29 13:25:43 +0000 (Sun, 29 May 2005)
New Revision: 2090

Modified:
   plog/branches/plog-1.0.2/class/dao/bloginfo.class.php
Log:
whoops, deprecated!


Modified: plog/branches/plog-1.0.2/class/dao/bloginfo.class.php
===================================================================
--- plog/branches/plog-1.0.2/class/dao/bloginfo.class.php	2005-05-29 13:10:43 UTC (rev 2089)
+++ plog/branches/plog-1.0.2/class/dao/bloginfo.class.php	2005-05-29 13:25:43 UTC (rev 2090)
@@ -546,7 +546,7 @@
         function __sleep()
         {
 	        $this->_locale = null;
-	        return( array_keys( get_object_vars( &$this )));
+	        return( array_keys( get_object_vars( $this )));
         }
     }
 ?>




More information about the pLog-svn mailing list