fix the broken image path on the apps page

This commit is contained in:
Frank Karlitschek 2012-11-08 13:34:00 +01:00
parent 8396c0478e
commit f799e48f7e
3 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ if(is_array($catagoryNames)) {
if(!$local) {
if($app['preview']=='') {
$pre='trans.png';
$pre=OC_Helper::imagePath('settings','trans.png');
} else {
$pre=$app['preview'];
}

View File

@ -77,7 +77,7 @@ foreach ( $installedApps as $app ) {
}
$info['preview'] = 'trans.png';
$info['preview'] = OC_Helper::imagePath('settings','trans.png');
$info['version'] = OC_App::getAppVersion($app);

View File

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 185 B