Closed ruckus closed 12 years ago
Do a PHP version check and use the appropriate form of debug_backtrace() depending on PHP version. Two-argument format of debug_backtrace() is only available in PHP >= 5.4.0
Didn't really paid attention when merging, but please try top follow the plugin coding convention next time when sending a pull request.
CakeResque is following CakePHP coding convention.
Do a PHP version check and use the appropriate form of debug_backtrace() depending on PHP version. Two-argument format of debug_backtrace() is only available in PHP >= 5.4.0