Skip to content

Commit 7944448

Browse files
authored
Merge pull request #136 from ChoMPi0/develop
Fixed the WARNING: Task running is currently disabled. message appear…
2 parents eef3ec6 + 2bd4814 commit 7944448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Commands/Lister.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function run(array $params)
3434
{
3535
helper('setting');
3636

37-
if (setting('Tasks.logPerformance') === false) {
37+
if (setting('Tasks.enabled') === false) {
3838
CLI::write('WARNING: Task running is currently disabled.', 'red');
3939
CLI::write('To re-enable tasks run: tasks:enable');
4040
CLI::newLine();

0 commit comments

Comments
 (0)