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

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

ZP-805 Renamed constructor PingTracking() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent 6b6dc130
...@@ -48,7 +48,7 @@ class PingTracking extends InterProcessData { ...@@ -48,7 +48,7 @@ class PingTracking extends InterProcessData {
* *
* @access public * @access public
*/ */
public function PingTracking() { public function __construct() {
// initialize super parameters // initialize super parameters
$this->allocate = 512000; // 500 KB $this->allocate = 512000; // 500 KB
$this->type = 2; $this->type = 2;
......
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