Changeset 861

Show
Ignore:
Timestamp:
08/30/08 17:41:43 (3 months ago)
Author:
ayunyan
Message:

plugin:mtimport added update check

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/mtimport/trunk/mtimport.plugin.php

    r860 r861  
    6060    { 
    6161        return array_merge($import_names, $this->supported_importers); 
    62  
     62    } 
     63 
     64    /** 
     65     * action: update_check 
     66     * 
     67     * @access public 
     68     * @return void 
     69     */ 
     70    public function action_update_check() 
     71    { 
     72        Update::add('Movable Type Importer', $this->info->guid, $this->info->version); 
    6373    } 
    6474