Skip to content

Commit

Permalink
PHPCS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Narloch committed Dec 10, 2016
1 parent 4b888e8 commit 87f42d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/joomla/cache/controller/callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ public function get($callback, $args = array(), $id = false, $wrkarounds = false
{
$data['output'] = JCache::setWorkarounds($output, $coptions);
}
else {
else
{
$data['output'] = $output;
}

Expand Down

0 comments on commit 87f42d5

Please sign in to comment.