backdrop-contrib / menu_attributes

Add custom HTML attributes to menu links and the wrapper list items around them.
GNU General Public License v2.0
0 stars 1 forks source link

PHP Deprecated: Required parameter $complete_form #6

Closed shabibalm closed 2 years ago

shabibalm commented 2 years ago

problem = Deprecated: Required parameter $complete_form follows optional parameter $item in menu_attributes.module 196

solution = https://www.drupal.org/project/menu_attributes/issues/3256013#comment-14352460

https://git.drupalcode.org/issue/menu_attributes-3279533/-/commit/910f8cecd785c5b8981d08c25f0dcf54676f5ed4

quicksketch commented 2 years ago

Thanks @shabibalm for finding this problem and cross-referencing the Drupal 7 fix! I've merged https://github.com/backdrop-contrib/menu_attributes/pull/8 which applies the same fix to this Backdrop version.