Skip to content

Commit

Permalink
fix 3 tests through the inclusion of the correct file
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Image_Color2/trunk@295018 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
cweiske committed Feb 13, 2010
1 parent d27ddcc commit 7b9a559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Image/Color2.php
Expand Up @@ -178,6 +178,7 @@ public function __construct($src)
*/
protected static function _createModelReflectionMethod($type, $methodName)
{
$type = ucfirst($type);
$classpath = 'Image/Color2/Model/' . $type . '.php';
if (!include_once($classpath)) {
throw new PEAR_Exception(
Expand Down

0 comments on commit 7b9a559

Please sign in to comment.