fixed notice messages on pass-by-reference
This commit is contained in:
parent
d309743ce2
commit
6c891bfb86
@ -534,7 +534,7 @@
|
|||||||
$this->_indexer =& new entry_indexer();
|
$this->_indexer =& new entry_indexer();
|
||||||
$this->_categories = entry_categories_get();
|
$this->_categories = entry_categories_get();
|
||||||
$obj =& $this->_indexer;
|
$obj =& $this->_indexer;
|
||||||
$this->entry_index =& $obj->getList();
|
$this->entry_index = $obj->getList();
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -161,7 +161,7 @@
|
|||||||
$GLOBALS['smarty'] =& $GLOBALS['_FP_SMARTY'];
|
$GLOBALS['smarty'] =& $GLOBALS['_FP_SMARTY'];
|
||||||
$smarty =& $GLOBALS['smarty'];
|
$smarty =& $GLOBALS['smarty'];
|
||||||
|
|
||||||
$GLOBALS['fp_config'] =& config_load();
|
$GLOBALS['fp_config'] = config_load();
|
||||||
|
|
||||||
cookie_setup();
|
cookie_setup();
|
||||||
sess_setup();
|
sess_setup();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user