Completed
Push — master ( f4e46e...01741b )
by AJ
01:55
created
src/Shell/SubdomainsInstallShell.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
 		
114 114
 		$subdomains = Configure::consume('Multidimensional/Subdomains.subdomains');
115 115
 		
116
-		if ($this->_countSubdomains($subdomains)) { 
116
+		if ($this->_countSubdomains($subdomains)) {
117 117
 			return $subdomains;
118 118
 		}
119 119
 		
Please login to merge, or discard this patch.