Skip to content

Commit

Permalink
suppress error in autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Oct 13, 2012
1 parent 01bb361 commit e872a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/PSX/Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,6 @@ public static function autoload($className)

$fileName.= str_replace('_', DIRECTORY_SEPARATOR, $className) . '.php';

include_once($fileName);
@include_once($fileName);
}
}

0 comments on commit e872a59

Please sign in to comment.