Commit 1fada3c7 authored by Vincent Sherwood's avatar Vincent Sherwood Committed by Ralf Becker

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

ZP-805 Renamed constructor FileStateMachine() to __construct(). Released under the Affero GNU General Public License (AGPL) version 3.
parent 42fc1f6d
...@@ -60,7 +60,7 @@ class FileStateMachine implements IStateMachine { ...@@ -60,7 +60,7 @@ class FileStateMachine implements IStateMachine {
* @access public * @access public
* @throws FatalMisconfigurationException * @throws FatalMisconfigurationException
*/ */
public function FileStateMachine() { public function __construct() {
if (!defined('STATE_DIR')) if (!defined('STATE_DIR'))
throw new FatalMisconfigurationException("No configuration for the state directory available."); throw new FatalMisconfigurationException("No configuration for the state directory available.");
......
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