Commit 7e02aa3a authored by Vincent Sherwood's avatar Vincent Sherwood Committed by Ralf Becker

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

ZP-805 Renamed constructor Backend() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent 1fada3c7
...@@ -64,7 +64,7 @@ abstract class Backend implements IBackend { ...@@ -64,7 +64,7 @@ abstract class Backend implements IBackend {
* *
* @access public * @access public
*/ */
public function Backend() { 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