removed E_NOTICE from Config_File::get()

This commit is contained in:
messju
2005-07-18 15:22:41 +00:00
parent aa88b07e8a
commit d1e2df731d

View File

@@ -105,7 +105,7 @@ class Config_File {
* @param string $var_name (optional) variable to get info for
* @return string|array a value or array of values
*/
function &get($file_name, $section_name = NULL, $var_name = NULL)
function get($file_name, $section_name = NULL, $var_name = NULL)
{
if (empty($file_name)) {
$this->_trigger_error_msg('Empty config file name');