commit | fb4cec2f9184af60791eaaae612e1ffcb9a4ee4f | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Thu Oct 20 11:47:58 2016 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Thu Oct 20 11:48:38 2016 +0300 |
tree | fb3e0c93b799fe15651b99744d7772b42c480cbe | |
parent | da270b26d7cb9c55385150659ecfb7d2d97b4c63 [diff] [blame] |
Merge pull request #4863 from gxgpet/develop4 Add missing method chaining support to CI_Table::set_caption()
diff --git a/system/libraries/Table.php b/system/libraries/Table.php index 3bce294..f2fa434 100644 --- a/system/libraries/Table.php +++ b/system/libraries/Table.php
@@ -277,6 +277,7 @@ public function set_caption($caption) { $this->caption = $caption; + return $this; } // --------------------------------------------------------------------