- call rebuildCache explicitly

git-svn-id: svn://10.0.0.236/trunk@207456 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ccooper%deadsquid.com 2006-08-15 16:17:38 +00:00
parent 2f0b6ca15f
commit 49309bd59f
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;