1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

notice removal

This commit is contained in:
lia
2008-03-13 19:15:56 +00:00
parent a42ac9dc26
commit f2bd7a066d
7 changed files with 37 additions and 37 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/xml_class.php,v $
| $Revision: 1.5 $
| $Date: 2008-02-01 14:11:27 $
| $Author: mcfly_e107 $
| $Revision: 1.6 $
| $Date: 2008-03-13 19:15:56 $
| $Author: lisa_ $
+----------------------------------------------------------------------------+
*/
@@ -129,7 +129,7 @@ class xmlClass
}
$xml = false;
if(strpos($filename, '://') !== false)
if(strpos($fname, '://') !== false)
{
$this->getRemoteFile($fname);
}