A bit of a correction. Plugin Author is Chris Meller, not Miller.

On Aug 4, 3:51 pm, Bryce <[email protected]> wrote:
> Today, I downloaded Chris Miller's export plugin for Habari, but it
> did not work in all browsers. Fortunately, I also found the cause of
> it today too. In the file export.plugin.php, on line 200, the code has
> "echo $xml;", which sends the data to the browser to be display
> instead of downloaded. To fix this, change line 200 to
> "readfile($xml);". This will cause the file to be downloaded
> regardless of browser. I have contacted the developer about this, but
> I think that I will post this here, in case it helps anybody else.

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/habari-dev

Reply via email to