Test Setup Failed
Pull Request — developer (#17262)
by Arkadiusz
31:40 queued 15:13
created
modules/Accounts/dashboards/NewAccounts.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 	 */
22 22
 	private function getAccounts($moduleName, $user, $time, Vtiger_Paging_Model $pagingModel)
23 23
 	{
24
-		$time[0] .=' 00:00:00';
24
+		$time[0] .= ' 00:00:00';
25 25
 		$time[1] .= ' 23:59:59';
26 26
 		$queryGenerator = new App\QueryGenerator($moduleName);
27 27
 		$queryGenerator->setFields(['id', 'accountname', 'assigned_user_id', 'createdtime']);
Please login to merge, or discard this patch.