Browse Source

removed indentation

ukk1337 12 years ago
parent
commit
60c289fd68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Console/Command/Task/ControllerTask.php

+ 1 - 1
lib/Cake/Console/Command/Task/ControllerTask.php

@@ -186,7 +186,7 @@ class ControllerTask extends BakeTask {
 				);
 				
 	 	                if (strtolower($wannaUseSession) === 'y') {
-               				array_push($components, 'Session');
+					array_push($components, 'Session');
             			}
 			}
 		} else {