From f360a48670266f97c620fd225c153c8f6be3be4a Mon Sep 17 00:00:00 2001 From: doktornotor Date: Mon, 23 Nov 2015 20:29:25 +0100 Subject: filer - add bunch of missing includes --- config/filer/filer.inc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config/filer') diff --git a/config/filer/filer.inc b/config/filer/filer.inc index 63cdb302..ac7fba43 100644 --- a/config/filer/filer.inc +++ b/config/filer/filer.inc @@ -30,6 +30,13 @@ POSSIBILITY OF SUCH DAMAGE. */ /* ========================================================================== */ +require_once("config.inc"); +require_once("globals.inc"); +require_once("notices.inc"); +require_once("util.inc"); +require_once("xmlrpc.inc"); +require_once("xmlrpc_client.inc"); + function filer_text_area_decode($text) { return preg_replace('/\r\n/', "\n", base64_decode($text)); } -- cgit v1.2.3