Commit 7991e2f7 authored by Vincent Sherwood's avatar Vincent Sherwood Committed by Ralf Becker

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

ZP-805 Renamed constructorDeviceManager() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent b99c1b15
...@@ -80,7 +80,7 @@ class DeviceManager { ...@@ -80,7 +80,7 @@ class DeviceManager {
* *
* @access public * @access public
*/ */
public function DeviceManager() { public function __construct() {
$this->statemachine = ZPush::GetStateMachine(); $this->statemachine = ZPush::GetStateMachine();
$this->deviceHash = false; $this->deviceHash = false;
$this->devid = Request::GetDeviceID(); $this->devid = Request::GetDeviceID();
......
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