summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorKristian Matthews <kristian.matthews@me.com>2016-02-12 13:13:04 +0100
committerKristian Matthews <kristian.matthews@me.com>2016-02-12 13:13:04 +0100
commit0d181ee540749c3a5dc147b1e280b7515d1b360e (patch)
treeef02a82b87fa60f0cc12bac4859064f3aff743ef /system
parent46adb9fdbc9604065dc7990bc61707446aa5cc81 (diff)
Fixed syntax error.
Signed-off-by: Kristian Matthews <kristian.matthews@me.com>
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);
}
}