diff options
Diffstat (limited to 'settings/ajax/apps')
-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 ec2a3955281..1ffba26ad1d 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=OC_Helper::imagePath('settings','trans.png'); + $pre=OC_Helper::imagePath('settings', 'trans.png'); } else { $pre=$app['preview']; } |