diff options
author | George Petculescu <gxgpet@gmail.com> | 2016-10-10 18:25:25 +0200 |
---|---|---|
committer | George Petculescu <gxgpet@gmail.com> | 2016-10-10 18:25:25 +0200 |
commit | 6b33b232aa21f4db38ead696321287768751cfd1 (patch) | |
tree | f36ce36a11bb058487b5b4ce1fa426340ab0acbc /system/libraries/Table.php | |
parent | bc838a9b08d6dae677ba036c2f640358843b14b2 (diff) |
- revert: set_caption method chaining will be fixed lately.
Diffstat (limited to 'system/libraries/Table.php')
-rw-r--r-- | system/libraries/Table.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/libraries/Table.php b/system/libraries/Table.php index 2f1b3b414..c9851813a 100644 --- a/system/libraries/Table.php +++ b/system/libraries/Table.php @@ -277,7 +277,6 @@ class CI_Table { public function set_caption($caption) { $this->caption = $caption; - return $this; } // -------------------------------------------------------------------- |