summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-04 12:39:23 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-04 12:39:23 -0400
commit627ea9efe43f0865d3392f92c6fe805e694ce33e (patch)
tree8226ffcd9463b87cc679278a1de0c2fdeab02f5b /settings
parent1bccc80996e270f928c207cdd3090f4284abaea5 (diff)
downloadnextcloud-server-627ea9efe43f0865d3392f92c6fe805e694ce33e.tar.gz
nextcloud-server-627ea9efe43f0865d3392f92c6fe805e694ce33e.zip
fixes bug oc-1433
Diffstat (limited to 'settings')
-rw-r--r--settings/apps.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/apps.php b/settings/apps.php
index 762395c031b..27c71da0da8 100644
--- a/settings/apps.php
+++ b/settings/apps.php
@@ -47,6 +47,7 @@ foreach($registeredApps as $app){
$info['internallabel']='3rd Party App';
}
$info['preview']='trans.png';
+ $info['version']=OC_App::getAppVersion($app);
$apps[]=$info;
}
}