summaryrefslogtreecommitdiffstats
path: root/system/libraries/Table.php
diff options
context:
space:
mode:
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);