mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Respect coding style
This commit is contained in:
parent
acb9682807
commit
d14f8fa681
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ class OC_App{
|
|||
* @param string app
|
||||
*/
|
||||
public static function loadApp($app) {
|
||||
if(is_file(self::getAppPath($app).'/appinfo/app.php')){
|
||||
if(is_file(self::getAppPath($app).'/appinfo/app.php')) {
|
||||
self::checkUpgrade($app);
|
||||
require_once $app.'/appinfo/app.php';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue