test rollback

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8550 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-06-30 01:36:09 +00:00
parent 6bd99e7ae1
commit ac301bd6be

View file

@ -63,6 +63,7 @@ class Context {
* @remarks this function should be called only once
**/
function init() {
// set context variables in $GLOBALS (to use in display handler)
$this->context = &$GLOBALS['__Context__'];
$this->context->lang = &$GLOBALS['lang'];
$this->context->_COOKIE = $_COOKIE;