*** classes/MythBase.php.old	2011-04-03 06:05:31.000000000 -0500
--- classes/MythBase.php	2012-03-27 05:05:16.000000000 -0500
***************
*** 51,57 ****
  
      public function __destruct() {
          if (!is_null($this->cacheKey))
!             Cache::setObject($this->cacheKey, &$this, $this->cacheLifetime);
          $this->cacheKey = null;
      }
  
--- 51,57 ----
  
      public function __destruct() {
          if (!is_null($this->cacheKey))
!             Cache::setObject($this->cacheKey, $this, $this->cacheLifetime);
          $this->cacheKey = null;
      }
  
