Hannes Magnusson wrote:
> The PhDTheme.classs.php attachment didn't come through (all
> non-text/plain attachments are stripped), and the phpweb patch looks
> broken.

That one is very simple: replace

class phpweb extends phpdotnet implements PhDTheme {

with

class phpweb extends phpdotnet {

I'm not exactly sure why that patch wouldn't be working.

Here's PhDTheme.class.php:

<?php

abstract class PhDTheme extends PhDHelper implements iPhDTheme {
    protected $format;
    public function registerFormat($format) {
        $this->format = $format;
    }
}

interface iPhDTheme {
    public function appendData($data, $isChunk);
}

-- 
 Edward Z. Yang                        GnuPG: 0x869C48DA
 HTML Purifier <http://htmlpurifier.org> Anti-XSS Filter
 [[ 3FA8 E9A9 7385 B691 A6FC B3CB A933 BE7D 869C 48DA ]]

Reply via email to