Commit 2fa913d8 authored by Vincent Sherwood's avatar Vincent Sherwood Committed by Ralf Becker

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

ZP-805 Renamed constructor SyncCollections() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent 01426969
...@@ -100,7 +100,7 @@ class SyncCollections implements Iterator { ...@@ -100,7 +100,7 @@ class SyncCollections implements Iterator {
/** /**
* Constructor * Constructor
*/ */
public function SyncCollections() { public function __construct() {
} }
/** /**
......
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