@@ -30,7 +30,7 @@ |
||
| 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 | $this->Tracker->admin->updateLatestChapters(); |
| 35 | 35 | } |
| 36 | 36 | |