From f441eae5b45ce21a4ce1609b7464976dbbf8763f Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 21 Jun 2016 14:52:43 +0200 Subject: [PATCH] xmlrpc: prevent undefined errors on remote service restart Further proof that all of the system should use the plugin system, as the dependencies are going to be unmanageable in the long run. As soon as there is a new base service with its own include file its definition will be missing. --- src/etc/inc/xmlrpc/service.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/etc/inc/xmlrpc/service.inc b/src/etc/inc/xmlrpc/service.inc index 5c6a0e21c..7861baa64 100644 --- a/src/etc/inc/xmlrpc/service.inc +++ b/src/etc/inc/xmlrpc/service.inc @@ -1,4 +1,5 @@