commit | b54d355faabef775703119a23dd55004b84a1140 | [log] [tgz] |
---|---|---|
author | Christopher Guiney <chris@guiney.net> | Sat Mar 10 08:38:10 2012 -0800 |
committer | Christopher Guiney <chris@guiney.net> | Sat Mar 10 08:38:10 2012 -0800 |
tree | d6b8521cf9ebf344feb9c4ca62232aa6667c5d5b | |
parent | 9929d6f77a0e54288b1696343439b0e91b21866e [diff] [blame] |
Fixing some spacing.
diff --git a/system/core/Loader.php b/system/core/Loader.php index 42d8162..9b9cc2f 100644 --- a/system/core/Loader.php +++ b/system/core/Loader.php
@@ -622,9 +622,9 @@ */ public function driver($library = '', $params = NULL, $object_name = NULL) { - if(is_array($library)) + if (is_array($library)) { - foreach ( $library as $driver ) + foreach ($library as $driver) { $this->driver($driver); }