Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge 'mabe/CodeOptimations'
Browse files Browse the repository at this point in the history
Conflicts:
	library/Zend/Feed/Reader/Reader.php
  • Loading branch information
weierophinney committed Jul 29, 2010
8 parents 6bea3d1 + dea5efb + 7e2c3cc + 307038c + ce0f62a + 2d857f5 + 827c6af + 0a16faf commit b4e4ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ protected function _constructFromConfig($type, $config, $namespace)
);
}

return call_user_func(array($className, 'factory'), $params);
return $className::factory($params);
}

/**
Expand Down

0 comments on commit b4e4ced

Please sign in to comment.