summaryrefslogtreecommitdiffstats
path: root/system/libraries/Table.php
diff options
context:
space:
mode:
authorTimothy Warren <tim@timshomepage.net>2012-04-27 16:38:32 +0200
committerTimothy Warren <tim@timshomepage.net>2012-04-27 16:38:32 +0200
commit68f098142cb71f6a57f74ce34b5f58616cc1ed2f (patch)
tree917b0b26bbd8bfdef11c35c8f5df90aab0475473 /system/libraries/Table.php
parent86611db279c17cf9b3d6ad8732a1c840cb833148 (diff)
Fix calendar and session libraries
Diffstat (limited to 'system/libraries/Table.php')
-rw-r--r--system/libraries/Table.php2
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);