Index: branches/unlabeled/unlabeled-1.65.4/core/kernel/processors/main_processor.php =================================================================== diff -u -r7051 -r7089 --- branches/unlabeled/unlabeled-1.65.4/core/kernel/processors/main_processor.php (.../main_processor.php) (revision 7051) +++ branches/unlabeled/unlabeled-1.65.4/core/kernel/processors/main_processor.php (.../main_processor.php) (revision 7089) @@ -262,6 +262,11 @@ return $ret; } + function RemoveVar($params) + { + $this->Application->RemoveVar( $this->SelectParam($params,'name,var,param') ); + } + // bad style to store something from template to session !!! (by Alex) // Used here only to test how session works, nothing more function Store($params) @@ -785,7 +790,7 @@ $perm_helper =& $this->Application->recallObject('PermissionsHelper'); /* @var $perm_helper kPermissionsHelper */ - + $perm_status = $perm_helper->TagPermissionCheck($params, 'm_RequireLogin'); if (!$perm_status) { list($redirect_template, $redirect_params) = $perm_helper->getPermissionTemplate($params);