Skip to content

Commit

Permalink
Ready for 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
God Mod committed Jan 26, 2016
1 parent 2468ebd commit bde9e0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions feedposter_plugin_class.php
Expand Up @@ -28,7 +28,7 @@
+--------------------------------------------------------------------------*/
class feedposter extends plugin_generic {

public $version = '0.2.1';
public $version = '0.3.1';
public $build = '';
public $copyright = 'GodMod';

Expand Down Expand Up @@ -115,7 +115,7 @@ public function pre_install(){
}

public function post_install(){
$this->timekeeper->add_cron(
$this->cronjobs->add_cron(
'feedposter', array(
'extern' => true,
'ajax' => true,
Expand All @@ -132,7 +132,7 @@ public function post_install(){
}

public function pre_uninstall(){
$this->timekeeper->del_cron('feedposter');
$this->cronjobs->del_cron('feedposter');
}

/**
Expand Down

0 comments on commit bde9e0b

Please sign in to comment.