joomla-extensions / weblinks

This repo is meant to hold the decoupled com_weblinks component and related code.
GNU General Public License v2.0
45 stars 88 forks source link

[php8] Fix fatal error on categories view #439

Closed joomdonation closed 3 years ago

joomdonation commented 3 years ago

Pull Request for Issue # .

Summary of Changes

This small PR fixes fatal error on PHP 8

Testing Instructions

  1. Create a menu item to link to List All Web Link Categories menu item type
  2. Access to that menu item
  3. Before patch: There is fatal error count(): Argument #1 ($var) must be of type Countable|array, null given
  4. After patch, the error is gone, categories list displays properly.
joomdonation commented 3 years ago

Close