wa0x6e / Fresque

A command line tool to manage your php-resque workers
MIT License
128 stars 56 forks source link

Fix call to startscheduler #43

Open mfauveau opened 10 years ago

mfauveau commented 10 years ago

Without this the call to if ($this->runtime['Scheduler']['enabled'] !== true) { is pointless on line 445, throwing an error when it shouldn't.