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

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

ZP-805 Renamed constructor TopCollector() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent 908375b8
...@@ -56,7 +56,7 @@ class TopCollector extends InterProcessData { ...@@ -56,7 +56,7 @@ class TopCollector extends InterProcessData {
* *
* @access public * @access public
*/ */
public function TopCollector() { public function __construct() {
// initialize super parameters // initialize super parameters
$this->allocate = 2097152; // 2 MB $this->allocate = 2097152; // 2 MB
$this->type = 20; $this->type = 20;
......
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