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

This commit is contained in:
Diederik de Haas 2012-11-10 01:03:54 +01:00
parent 1b7c0c2b62
commit eff13a28c1
1 changed files with 1 additions and 1 deletions

View File

@ -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);