Skip to content

Commit

Permalink
Update components/com_tags/src/View/Tag/HtmlView.php
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Teeman <brian@teeman.net>
  • Loading branch information
Hackwar and brianteeman authored Oct 31, 2022
1 parent 41c1941 commit 80c6c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_tags/src/View/Tag/HtmlView.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public function display($tpl = null)
$this->children = $this->get('Children');
$this->parent = $this->get('Parent');
$this->pagination = $this->get('Pagination');
$this->user = $this->getCurrentUser();
$this->user = $this->getCurrentUser();

// Flag indicates to not add limitstart=0 to URL
$this->pagination->hideEmptyLimitstart = true;
Expand Down

0 comments on commit 80c6c27

Please sign in to comment.