fixed notice messages on pass-by-reference

This commit is contained in:
real_nowhereman 2008-05-10 15:11:32 +00:00
parent d309743ce2
commit 6c891bfb86
2 changed files with 2 additions and 2 deletions

View File

@ -534,7 +534,7 @@
$this->_indexer =& new entry_indexer();
$this->_categories = entry_categories_get();
$obj =& $this->_indexer;
$this->entry_index =& $obj->getList();
$this->entry_index = $obj->getList();
}
}

View File

@ -161,7 +161,7 @@
$GLOBALS['smarty'] =& $GLOBALS['_FP_SMARTY'];
$smarty =& $GLOBALS['smarty'];
$GLOBALS['fp_config'] =& config_load();
$GLOBALS['fp_config'] = config_load();
cookie_setup();
sess_setup();