From 0df853183485add783c59e9fac3a58258918817b Mon Sep 17 00:00:00 2001 From: Diogo Cordeiro Date: Fri, 19 Apr 2019 21:16:42 +0100 Subject: [PATCH] Fix typo on 986030060b84 --- plugins/Xmpp/extlib/XMPPHP/XMLStream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Xmpp/extlib/XMPPHP/XMLStream.php b/plugins/Xmpp/extlib/XMPPHP/XMLStream.php index b7eb81aecd..1606a9f07e 100644 --- a/plugins/Xmpp/extlib/XMPPHP/XMLStream.php +++ b/plugins/Xmpp/extlib/XMPPHP/XMLStream.php @@ -33,7 +33,7 @@ require_once __DIR__ . DIRECTORY_SEPARATOR . 'Exception.php'; require_once __DIR__ . DIRECTORY_SEPARATOR . 'XMLObj.php'; /** XMPPHP_Log */ -require_once __DIR__ . DIRECTORY_SEPARTOR. 'Log.php'; +require_once __DIR__ . DIRECTORY_SEPARATOR . 'Log.php'; /** * XMPPHP XML Stream