summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorRobin Sowell <robin.sowell@ellislab.com>2011-02-11 20:32:28 +0100
committerRobin Sowell <robin.sowell@ellislab.com>2011-02-11 20:32:28 +0100
commita3e6224d8eeddce7b86c8fe122e84c91a570d882 (patch)
treeb186ca3aac2544ec13c668bf6cccf4b1fb4ba845 /system
parente88677115fc0167d6eb3e723d4ccf75e20b9ed68 (diff)
parent02b3a5b49ffc4226c1980e8186de43f9ead29a9a (diff)
branch merge
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Table.php3
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;
}