Changeset 17963

Show
Ignore:
Timestamp:
10/06/08 13:30:18 (2 months ago)
Author:
bergie
Message:

Fix some notices on cache invalidate

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.core/midcom/services/cache/backend/memcached.php

    r17898 r17963  
    210210         
    211211        debug_push_class(__CLASS__, __FUNCTION__); 
    212         debug_add("Calling \self::$memcache->flush()"); 
     212        debug_add("Calling \self::\$memcache->flush()"); 
    213213        $stat = @self::$memcache->flush(); 
    214         debug_add("\self::$memcache->flush() returnder with " . (int)$stat); 
     214        debug_add("self::\$memcache->flush() returned " . (int) $stat); 
    215215        debug_pop(); 
    216216    }