diff options
-rw-r--r-- | settings/ajax/apps/ocs.php | 2 | ||||
-rw-r--r-- | settings/apps.php | 2 | ||||
-rw-r--r-- | settings/img/trans.png (renamed from settings/trans.png) | bin | 185 -> 185 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/settings/ajax/apps/ocs.php b/settings/ajax/apps/ocs.php index 4d6f1116e7d..ec2a3955281 100644 --- a/settings/ajax/apps/ocs.php +++ b/settings/ajax/apps/ocs.php @@ -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']; } diff --git a/settings/apps.php b/settings/apps.php index 155291333f3..cdd62c56bc6 100644 --- a/settings/apps.php +++ b/settings/apps.php @@ -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); diff --git a/settings/trans.png b/settings/img/trans.png Binary files differindex ef57510d530..ef57510d530 100644 --- a/settings/trans.png +++ b/settings/img/trans.png |