backdrop-contrib / taxonomy_menu

Adds links to taxonomy terms into a menu.
GNU General Public License v2.0
0 stars 3 forks source link

PHP 8 compatibility #9

Closed jenlampton closed 1 year ago

jenlampton commented 1 year ago

I'm seeing a handful of these in the logs, and the only module I'm running that has $terms before $node is this one, so I'm going to try to fix it here.

Deprecated function: Optional parameter $terms declared before required parameter $node is implicitly treated as a required parameter in include_once() (line 1509 of /backdrop/core/includes/bootstrap.inc).

Deprecated function: Optional parameter $args declared before required parameter $node is implicitly treated as a required parameter in include_once() (line 1509 of /backdrop/core/includes/bootstrap.inc).