diff options
Diffstat (limited to 'settings/ajax/apps/ocs.php')
-rw-r--r-- | settings/ajax/apps/ocs.php | 2 |
1 files changed, 1 insertions, 1 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']; } |