diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-04-27 16:38:32 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-04-27 16:38:32 +0200 |
commit | 68f098142cb71f6a57f74ce34b5f58616cc1ed2f (patch) | |
tree | 917b0b26bbd8bfdef11c35c8f5df90aab0475473 /system/libraries/Table.php | |
parent | 86611db279c17cf9b3d6ad8732a1c840cb833148 (diff) |
Fix calendar and session libraries
Diffstat (limited to 'system/libraries/Table.php')
-rw-r--r-- | system/libraries/Table.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Table.php b/system/libraries/Table.php index c5c71d889..236129531 100644 --- a/system/libraries/Table.php +++ b/system/libraries/Table.php @@ -140,7 +140,7 @@ class CI_Table { * @param mixed * @return void */ - public function set_heading($args=array()) + public function set_heading($args = array()) { $args = func_get_args(); $this->heading = $this->_prep_args($args); |