Show
Ignore:
Timestamp:
08/27/08 20:18:03 (4 months ago)
Author:
mikelietz
Message:

tabasamu: added beacon

Files:
1 modified

Legend:

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

    r755 r838  
    3636            'license' => 'Apache License 2.0', 
    3737        ); 
     38    } 
     39 
     40    /** 
     41     * Add update beacon support 
     42     **/ 
     43    public function action_update_check() 
     44    { 
     45        Update::add( 'Tabasamu', '2a236020-7475-11dd-ad8b-0800200c9a66', $this->info->version ); 
    3846    } 
    3947