Completed
Push — master ( d8ce3e...a6a102 )
by Angus
04:15
created
application/models/Site_Model.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -277,7 +277,7 @@
 block discarded – undo
277 277
 		$cookies = [
278 278
 			"mfvb_userid={$this->config->item('mangafox_userid')}",
279 279
 			"mfvb_password={$this->config->item('mangafox_password')}",
280
-		    "bmsort=last_chapter"
280
+			"bmsort=last_chapter"
281 281
 		];
282 282
 		$content = $this->get_content('http://mangafox.me/ajax/bookmark.php', implode("; ", $cookies), "", TRUE, TRUE, $formData);
283 283
 
Please login to merge, or discard this patch.