From 70e8beda2bec2d8fe7fa0d4c518b025d588b711b Mon Sep 17 00:00:00 2001 From: Stephen Palmstrom Date: Mon, 18 Apr 2016 14:47:36 +0530 Subject: [PATCH] CRM-18411 fix for missing argument --- CRM/Utils/System/Joomla.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/System/Joomla.php b/CRM/Utils/System/Joomla.php index 14e6f6aa7e..eee1da54c4 100644 --- a/CRM/Utils/System/Joomla.php +++ b/CRM/Utils/System/Joomla.php @@ -695,7 +695,7 @@ class CRM_Utils_System_Joomla extends CRM_Utils_System_Base { /** * @inheritDoc */ - public function getDefaultSiteSettings($dir) { + public function getDefaultSiteSettings($dir = NULL) { $config = CRM_Core_Config::singleton(); $url = preg_replace( '|/administrator|', -- 2.25.1