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

ZP-805 Renamed constructor ImportChangesDiff() to __construct(). Released...

ZP-805 Renamed constructor ImportChangesDiff() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent 4776fee7
......@@ -54,7 +54,7 @@ class ImportChangesDiff extends DiffState implements IImportChanges {
* @access public
* @throws StatusException
*/
public function ImportChangesDiff($backend, $folderid = false) {
public function __construct($backend, $folderid = false) {
$this->backend = $backend;
$this->folderid = $folderid;
}
......
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