fixes bug oc-1433

This commit is contained in:
Alessandro Cosentino 2012-08-04 12:39:23 -04:00
parent 1bccc80996
commit 627ea9efe4
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}