Skip to content

Commit

Permalink
Removed double colon
Browse files Browse the repository at this point in the history
  • Loading branch information
ggppdk committed Oct 13, 2017
1 parent caf8b82 commit 9f7f7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/MVC/Model/AdminModel.php
Expand Up @@ -590,7 +590,7 @@ protected function batchTag($value, $pks, $contexts)
/**
* @var \JTableObserverTags $tagsObserver
*/
$tagsObserver = $table->getObserverOfClass('Joomla\CMS\Table\Observer\Tags');;
$tagsObserver = $table->getObserverOfClass('Joomla\CMS\Table\Observer\Tags');
$result = $tagsObserver->setNewTags($tags, false);

if (!$result)
Expand Down

0 comments on commit 9f7f7de

Please sign in to comment.