Index: trunk/core/kernel/application.php =================================================================== diff -u -r4625 -r4626 --- trunk/core/kernel/application.php (.../application.php) (revision 4625) +++ trunk/core/kernel/application.php (.../application.php) (revision 4626) @@ -695,6 +695,17 @@ } /** + * Restores Session variable to it's db version + * + * @param string $var + */ + function RestoreVar($var) + { + $session =& $this->recallObject('Session'); + return $session->RestoreVar($var); + } + + /** * Deletes kHTTPQuery variable * * @param string $var