diff options
author | Robin Sowell <robin.sowell@ellislab.com> | 2011-02-11 20:32:28 +0100 |
---|---|---|
committer | Robin Sowell <robin.sowell@ellislab.com> | 2011-02-11 20:32:28 +0100 |
commit | a3e6224d8eeddce7b86c8fe122e84c91a570d882 (patch) | |
tree | b186ca3aac2544ec13c668bf6cccf4b1fb4ba845 /system/libraries/Table.php | |
parent | e88677115fc0167d6eb3e723d4ccf75e20b9ed68 (diff) | |
parent | 02b3a5b49ffc4226c1980e8186de43f9ead29a9a (diff) |
branch merge
Diffstat (limited to 'system/libraries/Table.php')
-rw-r--r-- | system/libraries/Table.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/libraries/Table.php b/system/libraries/Table.php index 207ccc21d..cb2535ec8 100644 --- a/system/libraries/Table.php +++ b/system/libraries/Table.php @@ -367,6 +367,9 @@ class CI_Table { $out .= $this->template['table_close']; + // Clear table class properties before generating the table + $this->clear(); + return $out; } |