- Timestamp:
- 06/16/2008 02:41:16 PM (3 months ago)
- Files:
-
- 1 modified
-
sandbox/modules/widget/widget.controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sandbox/modules/widget/widget.controller.php
r4283 r4284 192 192 193 193 for($i=0;$i<count($matches[1]);$i++) { 194 $buff = $matches[0][$i];194 $buff = urldecode($matches[0][$i]); 195 195 $xml_doc = $oXmlParser->parse(trim($buff)); 196 196