Index: branches/unlabeled/unlabeled-1.25.2/kernel/units/admin/admin_tag_processor.php =================================================================== diff -u -r6695 -r6717 --- branches/unlabeled/unlabeled-1.25.2/kernel/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 6695) +++ branches/unlabeled/unlabeled-1.25.2/kernel/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 6717) @@ -488,6 +488,13 @@ return $timestamp; } + + function CheckPermCache($params) + { + if ($this->Conn->GetOne('SELECT Data FROM '.TABLE_PREFIX.'Cache WHERE VarName = \'ForcePermCacheUpdate\'')) { + $this->Application->Redirect($params['cache_update_t'], array('continue' => 1)); + } + } } ?> \ No newline at end of file