@@ -277,7 +277,7 @@ |
||
| 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 | |