commit | 68f098142cb71f6a57f74ce34b5f58616cc1ed2f | [log] [tgz] |
---|---|---|
author | Timothy Warren <tim@timshomepage.net> | Fri Apr 27 10:38:32 2012 -0400 |
committer | Timothy Warren <tim@timshomepage.net> | Fri Apr 27 10:38:32 2012 -0400 |
tree | 917b0b26bbd8bfdef11c35c8f5df90aab0475473 | |
parent | 86611db279c17cf9b3d6ad8732a1c840cb833148 [diff] [blame] |
Fix calendar and session libraries
diff --git a/system/libraries/Table.php b/system/libraries/Table.php index c5c71d8..2361295 100644 --- a/system/libraries/Table.php +++ b/system/libraries/Table.php
@@ -140,7 +140,7 @@ * @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);