wa0x6e / Cake-Resque

Resque plugin for CakePHP : for creating background jobs that can be processed offline later
MIT License
159 stars 56 forks source link

Strict Error: Only variables should be passed by reference in #11

Closed josegonzalez closed 11 years ago

josegonzalez commented 11 years ago

Strict Error: Only variables should be passed by reference in [/Users/jose/Sites/work/michaelli.phpfogapp.com/app/Plugin/CakeResque/Console/Command/CakeResqueShell.php, line 465]

Sad panda. Should be:

    $output = array();
    exec('id ' . $this->_runtime['user'] . ' 2>&1', $output, $status);

Thanks!

wa0x6e commented 11 years ago

Thanks :P