https://bugzilla.wikimedia.org/show_bug.cgi?id=42390

--- Comment #2 from Sam Reed (reedy) <[email protected]> 2012-11-26 17:08:38 
UTC ---
    public function __construct() {
        $this->adapter = new PayflowProAdapter();
        parent::__construct(); //the next layer up will know who we are.
    }


...



    public function __construct() {
        $me = get_called_class();
        parent::__construct( $me );
    }

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to