Skip to content

Commit 414f378

Browse files
committed
Fixed indentation
1 parent c3bcf86 commit 414f378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/com_config/model/cms.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)