- call rebuildCache explicitly

This commit is contained in:
ccooper%deadsquid.com 2006-08-15 16:17:38 +00:00
parent e5e2ab8382
commit 9a61cad3f3
4 changed files with 4 additions and 4 deletions

View File

@ -312,7 +312,7 @@ if ($c->param) {
}
if ($rebuild_cache) {
rebuildCache();
Litmus::Cache::rebuildCache();
}
my $products = Litmus::FormWidget->getProducts();

View File

@ -168,7 +168,7 @@ if ($status and $message) {
}
if ($rebuild_cache) {
rebuildCache();
Litmus::Cache::rebuildCache();
}
my $subgroups = Litmus::FormWidget->getSubgroups;

View File

@ -188,7 +188,7 @@ if ($status and $message) {
}
if ($rebuild_cache) {
rebuildCache();
Litmus::Cache::rebuildCache();
}
my $testcases = Litmus::FormWidget->getTestcases();

View File

@ -167,7 +167,7 @@ if ($status and $message) {
}
if ($rebuild_cache) {
rebuildCache();
Litmus::Cache::rebuildCache();
}
my $testgroups = Litmus::FormWidget->getTestgroups;