Fixed upgrades

This commit is contained in:
drigato 2014-11-04 13:33:20 -05:00
parent f147fb34bb
commit 2f16385b53
3 changed files with 3 additions and 2 deletions

View file

@ -260,7 +260,7 @@ class AirtimeUpgrader259 extends AirtimeUpgrader {
);
}
protected function getNewVersion() {
public function getNewVersion() {
return '2.5.9';
}