Fixed new checkstyle issues in ocs.php from build #1341.
This commit is contained in:
parent
f6daddadf5
commit
1b7c0c2b62
1 changed files with 1 additions and 1 deletions
|
@ -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'];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue