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] Various fixes for category view #440

Closed joomdonation closed 3 years ago

joomdonation commented 3 years ago

Pull Request for Issue # .

Summary of Changes

Currently, access to a weblinks category on PHP 8 throws fatal error and also warning. This PRs fixes all of those errors and make sure category view works well on PHP 8.

Testing Instructions

  1. Access to a weblink category.
  2. Before patch, you will get fatal error and warning
  3. After patch, no error. All weblinks from that category is being displayed properly