Skip to content

Commit

Permalink
Merge branch 'master' of github.com:brianlmoon/GearmanManager
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlmoon committed Jan 20, 2012
2 parents a85cab2 + 7d09c45 commit f0a0d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pecl-manager.php
Expand Up @@ -202,7 +202,7 @@ public function do_job($job) {
protected function validate_lib_workers() {

foreach($this->functions as $func => $props){
@include $props["path"];
require_once $props["path"];
$real_func = $this->prefix.$func;
if(!function_exists($real_func) &&
(!class_exists($real_func) || !method_exists($real_func, "run"))){
Expand Down

0 comments on commit f0a0d54

Please sign in to comment.