Commit 34279f42 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #63 in ZP/z-push from...

Merge pull request #63 in ZP/z-push from bugfix/ZP-719-request-class-not-found-on-autodiscover to develop

* commit 'b6b9f0c0':
  ZP-719 Include Request class in AutoDiscover.
parents e757cdc6 b6b9f0c0
...@@ -53,6 +53,7 @@ include_once('../lib/interface/iexportchanges.php'); ...@@ -53,6 +53,7 @@ include_once('../lib/interface/iexportchanges.php');
include_once('../lib/interface/iimportchanges.php'); include_once('../lib/interface/iimportchanges.php');
include_once('../lib/interface/isearchprovider.php'); include_once('../lib/interface/isearchprovider.php');
include_once('../lib/interface/istatemachine.php'); include_once('../lib/interface/istatemachine.php');
include_once('../lib/request/request.php');
include_once('../version.php'); include_once('../version.php');
include_once('config.php'); include_once('config.php');
......
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