diff options
author | Alessandro Cosentino <cosenal@gmail.com> | 2012-08-04 12:39:23 -0400 |
---|---|---|
committer | Alessandro Cosentino <cosenal@gmail.com> | 2012-08-04 12:39:23 -0400 |
commit | 627ea9efe43f0865d3392f92c6fe805e694ce33e (patch) | |
tree | 8226ffcd9463b87cc679278a1de0c2fdeab02f5b /settings | |
parent | 1bccc80996e270f928c207cdd3090f4284abaea5 (diff) | |
download | nextcloud-server-627ea9efe43f0865d3392f92c6fe805e694ce33e.tar.gz nextcloud-server-627ea9efe43f0865d3392f92c6fe805e694ce33e.zip |
fixes bug oc-1433
Diffstat (limited to 'settings')
-rw-r--r-- | settings/apps.php | 1 |
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; } } |