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

View file

@ -63,7 +63,6 @@ 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;