Completed
Push — master ( cd8404...a98fca )
by Katsuhiro
02:03
created
classes/log/td.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -90,9 +90,9 @@
 block discarded – undo
90 90
 	   	$message['call']  = $call;
91 91
 
92 92
 		$res = $logger->post('td.'.$database.'.fuel_log',$message);
93
-        if(!$res){
94
-            return false;
95
-        }
93
+		if(!$res){
94
+			return false;
95
+		}
96 96
 
97 97
 		return true;
98 98
 	}
Please login to merge, or discard this patch.