File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/com_config/model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -218,8 +218,8 @@ protected function cleanCache($group = null, $client_id = 0)
218218 $ dispatcher = JEventDispatcher::getInstance ();
219219
220220 $ options = array (
221- 'defaultgroup ' => ($ group ) ?: (isset ($ this ->option ) ? $ this ->option : JFactory::getApplication ()->input ->get ('option ' )),
222- 'cachebase ' => ($ client_id ) ? JPATH_ADMINISTRATOR . '/cache ' : $ conf ->get ('cache_path ' , JPATH_SITE . '/cache ' ));
221+ 'defaultgroup ' => ($ group ) ?: (isset ($ this ->option ) ? $ this ->option : JFactory::getApplication ()->input ->get ('option ' )),
222+ 'cachebase ' => ($ client_id ) ? JPATH_ADMINISTRATOR . '/cache ' : $ conf ->get ('cache_path ' , JPATH_SITE . '/cache ' ));
223223
224224 $ cache = JCache::getInstance ('callback ' , $ options );
225225 $ cache ->clean ();
You can’t perform that action at this time.
0 commit comments