summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorGeorge Petculescu <gxgpet@gmail.com>2016-10-10 18:25:25 +0200
committerGeorge Petculescu <gxgpet@gmail.com>2016-10-10 18:25:25 +0200
commit6b33b232aa21f4db38ead696321287768751cfd1 (patch)
treef36ce36a11bb058487b5b4ce1fa426340ab0acbc /system
parentbc838a9b08d6dae677ba036c2f640358843b14b2 (diff)
- revert: set_caption method chaining will be fixed lately.
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Table.php1
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;
}
// --------------------------------------------------------------------