Changeset 4284 for sandbox

Show
Ignore:
Timestamp:
06/16/2008 02:41:16 PM (3 months ago)
Author:
zero
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandbox/modules/widget/widget.controller.php

    r4283 r4284  
    192192 
    193193            for($i=0;$i<count($matches[1]);$i++) { 
    194                 $buff = $matches[0][$i]; 
     194                $buff = urldecode($matches[0][$i]); 
    195195                $xml_doc = $oXmlParser->parse(trim($buff)); 
    196196