Fix typo.
This commit is contained in:
parent
d9802fe656
commit
6c35bbade6
|
@ -102,7 +102,7 @@ protected static function load_namespaced($class, $namespace, $directory)
|
||||||
protected static function load_psr($class, $directory = null)
|
protected static function load_psr($class, $directory = null)
|
||||||
{
|
{
|
||||||
// The PSR-0 standard indicates that class namespaces and underscores
|
// The PSR-0 standard indicates that class namespaces and underscores
|
||||||
// shoould be used to indcate the directory tree in which the class
|
// should be used to indcate the directory tree in which the class
|
||||||
// resides, so we'll convert them to slashes.
|
// resides, so we'll convert them to slashes.
|
||||||
$file = str_replace(array('\\', '_'), '/', $class);
|
$file = str_replace(array('\\', '_'), '/', $class);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue