Skip to content

[ FIX ] Fix deprecated http_build_query() call in wikiplugin_archivebuilder.php

  • The http_build_query() function call generated deprecation warnings due to passing null to the $numeric_prefix parameter. This fix updates the function call to provide a default empty string for the $numeric_prefix parameter, resolving the deprecation warning.
  • For issue:https://app.glitchtip.com/evoludata/issues/2381306

Merge request reports