From 1063034e937724101d562c6acaf9ba2adc423179 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Tue, 4 Sep 2012 12:28:49 +0300
Subject: [PATCH] Update settings/apps.php

respect coding style
---
 settings/apps.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings/apps.php b/settings/apps.php
index 3524f65d6a..686972c334 100644
--- a/settings/apps.php
+++ b/settings/apps.php
@@ -42,7 +42,7 @@ foreach($registeredApps as $app) {
 			OC_Log::write('core', 'App id "'.$app.'" has no name in appinfo', OC_Log::ERROR);
 			continue;
 		}
-		$active=(OC_Appconfig::getValue($app,'enabled','no')=='yes')?true:false;
+		$active=(OC_Appconfig::getValue($app, 'enabled', 'no')=='yes')?true:false;
 		$info['active']=$active;
 		if(isset($info['shipped']) and ($info['shipped']=='true')) {
 			$info['internal']=true;
-- 
GitLab