Passed
Push — develop ( b3eda6...9f2d35 )
by Daniel
03:59 queued 40s
created
services/members.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@
 block discarded – undo
167 167
 		$sql_ary['WHERE'] .= ' AND u.user_lastvisit <> 0 AND u.user_id <> ' . (int) $this->user->data['user_id'];
168 168
 		$sql_ary['ORDER_BY'] = 'u.user_lastvisit DESC';
169 169
 
170
-        $this->sql_date_field = 'user_lastvisit';
170
+		$this->sql_date_field = 'user_lastvisit';
171 171
 	}
172 172
 
173 173
 	/**
Please login to merge, or discard this patch.