Commit 008dc2bf authored by Vincent Sherwood's avatar Vincent Sherwood Committed by Ralf Becker

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

ZP-805 Renamed constructor ExportChangesDiff() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent ee0aa03b
......@@ -57,7 +57,7 @@ class ExportChangesDiff extends DiffState implements IExportChanges{
* @access public
* @throws StatusException
*/
public function ExportChangesDiff($backend, $folderid) {
public function __construct($backend, $folderid) {
$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