Skip to content

Commit 868b106

Browse files
authored
avoid deprecated (joomla#45091)
1 parent 107b4bb commit 868b106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/components/com_tags/src/Model/TagsModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public function getItems()
276276
$items = parent::getItems();
277277

278278
if ($items != false) {
279-
$extension = $this->getState('filter.extension');
279+
$extension = $this->getState('filter.extension', '');
280280

281281
$this->countItems($items, $extension);
282282
}

0 commit comments

Comments
 (0)