Commit 32bc5ff0 authored by Manfred Kutas's avatar Manfred Kutas

ZP-230 Use __construct instead of PHP 4 style constructor for PHP 7

compatibility.

Released under the Affero GNU General Public License (AGPL) version 3.
parent eb82bedb
......@@ -62,7 +62,7 @@ class SqlStateMachine implements IStateMachine {
* @access public
* @throws FatalMisconfigurationException
*/
public function SqlStateMachine() {
public function __construct() {
ZLog::Write(LOGLEVEL_DEBUG, "SqlStateMachine(): init");
if (!defined('STATE_SQL_DSN') || !defined('STATE_SQL_USER') || !defined('STATE_SQL_PASSWORD')) {
......
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