Commit 6b6dc130 authored by Vincent Sherwood's avatar Vincent Sherwood Committed by Ralf Becker

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

ZP-805 Renamed constructor LoopDetection() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent 7991e2f7
...@@ -62,7 +62,7 @@ class LoopDetection extends InterProcessData { ...@@ -62,7 +62,7 @@ class LoopDetection extends InterProcessData {
* *
* @access public * @access public
*/ */
public function LoopDetection() { public function __construct() {
// initialize super parameters // initialize super parameters
$this->allocate = 1024000; // 1 MB $this->allocate = 1024000; // 1 MB
$this->type = 1337; $this->type = 1337;
......
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