Miscellaneous minor updates

This commit is contained in:
Deon George
2009-08-28 20:07:56 +10:00
parent 52fbd24b2c
commit 9cb27e3a70
10 changed files with 23 additions and 20 deletions

View File

@@ -30,7 +30,7 @@ if (get_request('purge','REQUEST')) {
$entry = $tree->getEntry($value);
}
$tree->readChildren($value);
$tree->readChildren($value,true);
$entry->open();
}