Skip to content

Commit

Permalink
Add missing clean line after joomla#9277 (joomla#11605)
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 authored and ggppdk committed Aug 19, 2016
1 parent 6446480 commit fd0d518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/content/joomla/joomla.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,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 fd0d518

Please sign in to comment.