Completed
Push — master ( 6d2699...9e8ac2 )
by Olivier
29:15
created
lib/Hooks.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
 	 */
156 156
 	static public function fetch_record(Model $model, array $conditions, &$fetcher = null)
157 157
 	{
158
-		$records = $model->fetch_records($conditions + [ 'limit' => 1 ]);
158
+		$records = $model->fetch_records($conditions + ['limit' => 1]);
159 159
 
160 160
 		if (!$records)
161 161
 		{
Please login to merge, or discard this patch.