CRM-18411 fix for missing argument
authorStephen Palmstrom <spalmstr1@gmail.com>
Mon, 18 Apr 2016 09:17:36 +0000 (14:47 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Tue, 19 Apr 2016 05:59:05 +0000 (11:29 +0530)
CRM/Utils/System/Joomla.php

index 14e6f6aa7eeb32566bb0fedab396ee863d3463fe..eee1da54c4a891bed54768658fa31af318dff679 100644 (file)
@@ -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|',