summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/core/Loader.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Loader.php b/system/core/Loader.php
index dc61ed882..b9f5a52c7 100644
--- a/system/core/Loader.php
+++ b/system/core/Loader.php
@@ -696,7 +696,7 @@ class CI_Loader {
}
else
{
- $this->driver($key, $params, $value)
+ $this->driver($key, $params, $value);
}
}