1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

more plugin_class work. xml spec now supports sitelink urls outside of the plugin folder (like in 0.7). Also some minor path fixes.

This commit is contained in:
CaMer0n
2009-10-22 04:14:45 +00:00
parent 5534fb57dd
commit 40ca30d8f2
15 changed files with 162 additions and 95 deletions

View File

@@ -9,8 +9,8 @@
* Simple XML Parser
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/xml_class.php,v $
* $Revision: 1.31 $
* $Date: 2009-10-21 12:28:17 $
* $Revision: 1.32 $
* $Date: 2009-10-22 04:14:35 $
* $Author: e107coders $
*/
@@ -817,7 +817,7 @@ class xmlClass
$value = (substr($val['@value'],0,7) == "array (") ? e107::getArrayStorage()->ReadArray($val['@value']) : $val['@value'];
$pref[$name] = $value;
$mes->add("Setting up ".$prefType." Pref [".$name."] => ".$value, E_MESSAGE_DEBUG);
// $mes->add("Setting up ".$prefType." Pref [".$name."] => ".$value, E_MESSAGE_DEBUG);
}