mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
path change
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/user_extended_class.php,v $
|
||||
| $Revision: 1.31 $
|
||||
| $Date: 2009-11-23 21:04:22 $
|
||||
| $Author: e107steved $
|
||||
| $Revision: 1.32 $
|
||||
| $Date: 2010-02-09 20:51:28 $
|
||||
| $Author: e107coders $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
@@ -657,7 +657,7 @@ class e107_user_extended
|
||||
}
|
||||
|
||||
$xml = e107::getXml();
|
||||
$data = $xml->loadXMLfile(e_FILE."cache/user_extended.xml", true);
|
||||
$data = $xml->loadXMLfile(e_CORE."xml/user_extended.xml", true);
|
||||
$ret['version'] = $data['@attributes']['version'];
|
||||
unset($info);
|
||||
foreach($data['item'] as $item)
|
||||
|
Reference in New Issue
Block a user