summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-06 14:14:44 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-06 14:14:44 +0200
commit6ce173b1cdaa12e10b014a2c186edce0375d3cad (patch)
tree6eab1a13d859893f1287111b62bcf17e79ab35fe /appinfo/app.php
parent7ee0778f3ae5c9e299fc81b17f126f83bff8299f (diff)
removed useless upgrade helper
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index d045ea766..e5ffadef9 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -55,12 +55,6 @@ if(\OCP\App::isEnabled('appframework')){
$api->addRegularTask('OCA\News\Backgroundjob\Task', 'run');
- // TODO: remove this after the release after the next release
- // this is done to help users upgrade properly from the beta
- if($api->getAppValue('installed_version') === '8.4') {
- $api->setAppValue('installed_version', '0.96');
- }
-
} else {
$msg = 'Can not enable the News app because the App Framework App is disabled';
\OCP\Util::writeLog('news', $msg, \OCP\Util::ERROR);