mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Fixed new checkstyle issues in apps.php from build #1341.
This commit is contained in:
parent
1b7c0c2b62
commit
eff13a28c1
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ foreach ( $installedApps as $app ) {
|
|||
|
||||
}
|
||||
|
||||
$info['preview'] = OC_Helper::imagePath('settings','trans.png');
|
||||
$info['preview'] = OC_Helper::imagePath('settings', 'trans.png');
|
||||
|
||||
$info['version'] = OC_App::getAppVersion($app);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue