summaryrefslogtreecommitdiffstats
path: root/system/libraries
diff options
context:
space:
mode:
authorGeorge Petculescu <gxgpet@gmail.com>2016-10-01 09:13:08 +0200
committerGeorge Petculescu <gxgpet@gmail.com>2016-10-01 09:13:08 +0200
commite67855fffea9496e2aaf8bdd1bdcc9a891986186 (patch)
treeb3419cad33f7c9d6e7c6fb30f2b09d14691af6ce /system/libraries
parent4cf8d4d4b2e4a5cb09b65a8ab4f6f4c2f59b4b1e (diff)
- fixed codingstyle (2) ...
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 08e530800..2f1b3b414 100644
--- a/system/libraries/Table.php
+++ b/system/libraries/Table.php
@@ -277,7 +277,7 @@ class CI_Table {
public function set_caption($caption)
{
$this->caption = $caption;
- return $this;
+ return $this;
}
// --------------------------------------------------------------------