Skip to content

Commit

Permalink
$result-variable-undefined-given-default-value (#9277)
Browse files Browse the repository at this point in the history
* $result-variable-undefined-given-default-value

* space-added-before-and-after-'='-operator
  • Loading branch information
flash1452 authored and rdeutz committed Aug 14, 2016
1 parent 858c97f commit e0b0ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/content/joomla/joomla.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function onContentAfterSave($context, $article, $isNew)

$default_language = JComponentHelper::getParams('com_languages')->get('administrator');
$debug = JFactory::getConfig()->get('debug_lang');

$result = true;
foreach ($users as $user_id)
{
if ($user_id != $user->id)
Expand Down

0 comments on commit e0b0ece

Please sign in to comment.