Ignore:
Timestamp:
08/12/2010 06:35:39 PM (22 months ago)
Author:
ofer
Message:

Missed change from the cache change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/wp/transposh_backup.php

    r500 r506  
    104104        } 
    105105        // clean up cache so that results will actually show 
    106         if (ENABLE_APC && function_exists('apc_clear_cache')) 
    107                 apc_clear_cache('user'); 
     106        $this->transposh->database->cache_clean(); 
    108107        exit; 
    109108    } 
Note: See TracChangeset for help on using the changeset viewer.