Page MenuHomePhabricator

Extension SidebarDonateBox fails CI: PHP Fatal error: Uncaught TypeError: Argument 2 passed to SkinVector::getMenuData() must be of the type array, string given
Closed, ResolvedPublic

Description

The hook SkinBuildSidebar does not allow raw html any more

PHP Fatal error:  Uncaught TypeError: Argument 2 passed to SkinVector::getMenuData() must be of the type array, string given, called in /workspace/src/skins/Vector/includes/SkinVector.php on line 292 and defined in /workspace/src/skins/Vector/includes/SkinVector.php:327

Event Timeline

Ammarpad renamed this task from Extension SidebarDonateBox fails CI due to changes to the skin architecture to Extension SidebarDonateBox fails CI: PHP Fatal error: Uncaught TypeError: Argument 2 passed to SkinVector::getMenuData() must be of the type array, string given.Sep 5 2020, 1:08 PM
Pppery subscribed.

Tests for this extension now seem to be passing. Not sure what the fix was.