summaryrefslogtreecommitdiffstats
path: root/settings/apps.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings/apps.php')
-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;
}
}