Commit f97c471a authored by Ralf Becker's avatar Ralf Becker

ZP-805 Update class constructors.

Released under the Affero GNU General Public License (AGPL) version 3.
parent bf179985
......@@ -173,7 +173,7 @@ class Mail_mimePart
*
* @access public
*/
function Mail_mimePart($body = '', $params = array())
function __construct($body = '', $params = array())
{
if (!empty($params['eol'])) {
$this->_eol = $params['eol'];
......
......@@ -104,7 +104,7 @@ class StateMigrator20xto210 {
/**
* Constructor
*/
public function StateMigrator20xto210() {
public function __construct() {
$this->sm = false;
}
......
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