Commit d2cd0a1b authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-230 Remove obsolete include.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 099cb812
......@@ -405,7 +405,6 @@ class ZPush {
else {
// Initialize the default StateMachine
if (defined('STATE_MACHINE') && STATE_MACHINE == 'SQL') {
include_once('backend/sqlstatemachine/sqlstatemachine.php');
ZPush::$stateMachine = new SqlStateMachine();
}
else {
......
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