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

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

ZP-805 Renamed constructor SyncParameters() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent 530e08ba
...@@ -82,7 +82,7 @@ class SyncParameters extends StateObject { ...@@ -82,7 +82,7 @@ class SyncParameters extends StateObject {
/** /**
* SyncParameters constructor * SyncParameters constructor
*/ */
public function SyncParameters() { public function __construct() {
// initialize ContentParameters for the current option // initialize ContentParameters for the current option
$this->checkCPO(); $this->checkCPO();
} }
......
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