cvs: smarty /libs Config_File.class.php
[email protected] ("Messju Mohr")
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvsmessju1121700162@cvsserver> |
messju Mon Jul 18 11:22:42 2005 EDT
Modified files:
/smarty/libs Config_File.class.php
Log:
removed E_NOTICE from Config_File::get()
http://cvs.php.net/diff.php/smarty/libs/Config_File.class.php?r1=1.79&r2=1.80&ty=u
Index: smarty/libs/Config_File.class.php
diff -u smarty/libs/Config_File.class.php:1.79 smarty/libs/Config_File.class.php:1.80
--- smarty/libs/Config_File.class.php:1.79 Thu Mar 31 09:57:18 2005
+++ smarty/libs/Config_File.class.php Mon Jul 18 11:22:41 2005
@@ -25,7 +25,7 @@
* @package Smarty
*/
-/* $Id: Config_File.class.php,v 1.79 2005/03/31 14:57:18 mohrt Exp $ */
+/* $Id: Config_File.class.php,v 1.80 2005/07/18 15:22:41 messju Exp $ */
/**
* Config file reading class
@@ -105,7 +105,7 @@
* @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');