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

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

ZP-805 Renamed constructor SimpleMutex() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent ef6306ac
......@@ -45,7 +45,7 @@ class SimpleMutex extends InterProcessData {
/**
* Constructor
*/
public function SimpleMutex() {
public function __construct() {
// initialize super parameters
$this->allocate = 64;
$this->type = 5173;
......
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