|
@@ -30,10 +30,10 @@ |
|
|
block discarded – undo |
|
30
|
30
|
* Series are only checked if they haven't been updated in 16+ hours (unless they are marked as complete, to which they are only checked once a week). |
|
31
|
31
|
*/ |
|
32
|
32
|
public function updateSeries() { |
|
33
|
|
- print 'Environment: ' . ENVIRONMENT . "\n"; |
|
|
33
|
+ print 'Environment: '.ENVIRONMENT."\n"; |
|
34
|
34
|
|
|
35
|
35
|
// hack, just incase something happens |
|
36
|
|
- if (!(date("Y-m-d") > '2019-08-01')) { |
|
|
36
|
+ if(!(date("Y-m-d") > '2019-08-01')) { |
|
37
|
37
|
$this->Tracker->admin->updateLatestChapters(); |
|
38
|
38
|
} |
|
39
|
39
|
} |
Please login to merge, or discard this patch.