summaryrefslogtreecommitdiffstats
path: root/system/libraries
diff options
context:
space:
mode:
authorGeorge Petculescu <gxgpet@gmail.com>2016-10-01 09:11:33 +0200
committerGeorge Petculescu <gxgpet@gmail.com>2016-10-01 09:11:33 +0200
commit4cf8d4d4b2e4a5cb09b65a8ab4f6f4c2f59b4b1e (patch)
treedfffea12a2e4a9e45060b39ea782b2838506bc7f /system/libraries
parent8800fedd37be6fe4267ed7635fc536ff91a94c62 (diff)
- fixed codingstyle
Diffstat (limited to 'system/libraries')
-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 37a639d1d..08e530800 100644
--- a/system/libraries/Table.php
+++ b/system/libraries/Table.php
@@ -427,7 +427,7 @@ class CI_Table {
$this->rows = array();
$this->heading = array();
$this->auto_heading = TRUE;
- $this->caption = NULL;
+ $this->caption = NULL;
return $this;
}