Fixed new checkstyle issues in ocs.php from build #1341.

This commit is contained in:
Diederik de Haas 2012-11-10 01:02:47 +01:00
parent f6daddadf5
commit 1b7c0c2b62

View file

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