diff options
author | George Petculescu <gxgpet@gmail.com> | 2016-10-01 09:11:33 +0200 |
---|---|---|
committer | George Petculescu <gxgpet@gmail.com> | 2016-10-01 09:11:33 +0200 |
commit | 4cf8d4d4b2e4a5cb09b65a8ab4f6f4c2f59b4b1e (patch) | |
tree | dfffea12a2e4a9e45060b39ea782b2838506bc7f | |
parent | 8800fedd37be6fe4267ed7635fc536ff91a94c62 (diff) |
- fixed codingstyle
-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 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; } |