diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-09-18 12:14:57 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-09-18 12:14:57 +0200 |
commit | 950dc1b7f992f2128b652bf2af4bb05c8a74bc4a (patch) | |
tree | 7682bbd96326ea237ca8f3154298d0554a272106 /application/libraries/Customautoloader.php | |
parent | 6be5f77331a82d0154f1ed82b07b64917c2a102d (diff) |
Fix customautoloader class name
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/libraries/Customautoloader.php')
-rw-r--r-- | application/libraries/Customautoloader.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/libraries/Customautoloader.php b/application/libraries/Customautoloader.php index 426364ee3..eb14c5624 100644 --- a/application/libraries/Customautoloader.php +++ b/application/libraries/Customautoloader.php @@ -8,7 +8,7 @@ */ // Original source: http://stackoverflow.com/a/9526005/953022 -class CustomAutoloader{ +class Customautoloader { public function __construct() { spl_autoload_register(array($this, 'loader')); |