diff options
author | George Petculescu <gxgpet@gmail.com> | 2016-10-01 09:13:08 +0200 |
---|---|---|
committer | George Petculescu <gxgpet@gmail.com> | 2016-10-01 09:13:08 +0200 |
commit | e67855fffea9496e2aaf8bdd1bdcc9a891986186 (patch) | |
tree | b3419cad33f7c9d6e7c6fb30f2b09d14691af6ce /system | |
parent | 4cf8d4d4b2e4a5cb09b65a8ab4f6f4c2f59b4b1e (diff) |
- fixed codingstyle (2) ...
Diffstat (limited to 'system')
-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 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; } // -------------------------------------------------------------------- |