Commit ba2c5ab1 authored by Vincent Sherwood's avatar Vincent Sherwood Committed by Ralf Becker

ZP-805 Renamed constructor WBXMLEncoder() to __construct(). Released under the...

ZP-805 Renamed constructor WBXMLEncoder() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent 7711e91f
......@@ -62,7 +62,7 @@ class WBXMLEncoder extends WBXMLDefs {
private $multipart; // the content is multipart
private $bodyparts;
public function WBXMLEncoder($output, $multipart = false) {
public function __construct($output, $multipart = false) {
$this->log = @constant('WBXML_DEBUG') === true;
$this->_out = $output;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment