Skip to content
Snippets Groups Projects
Commit 627ea9ef authored by Alessandro Cosentino's avatar Alessandro Cosentino
Browse files

fixes bug oc-1433

parent 1bccc809
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,7 @@ foreach($registeredApps as $app){ ...@@ -47,6 +47,7 @@ foreach($registeredApps as $app){
$info['internallabel']='3rd Party App'; $info['internallabel']='3rd Party App';
} }
$info['preview']='trans.png'; $info['preview']='trans.png';
$info['version']=OC_App::getAppVersion($app);
$apps[]=$info; $apps[]=$info;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment