Commit 9cf5d715 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.

(cherry picked from commit 34279f42)
parent fae25884
......@@ -53,6 +53,7 @@ include_once('../lib/interface/iexportchanges.php');
include_once('../lib/interface/iimportchanges.php');
include_once('../lib/interface/isearchprovider.php');
include_once('../lib/interface/istatemachine.php');
include_once('../lib/request/request.php');
include_once('../version.php');
include_once('config.php');
......@@ -265,4 +266,4 @@ class ZPushAutodiscover {
}
ZPushAutodiscover::DoZPushAutodiscover();
?>
\ No newline at end of file
?>
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