Changeset 1016

Show
Ignore:
Timestamp:
05/21/05 15:19:42 (4 years ago)
Author:
torben
Message:

Fixed cache invalidation, we have to do this manually during
uploads, as we don't use the creation mode of the cache.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/net/siriux/photos/admin.php

    r1011 r1016  
    655655        ignore_user_abort(false); 
    656656         
     657        // Invalidate the cache, we don't use the DM Creation mode, so we 
     658        // have to do this manually. 
     659        $GLOBALS['midcom']->cache->invalidate($this->_topic->guid()); 
     660          
    657661        if ($compressed) 
    658662        {