fix: #3611695 Remove the dead include of the removed includes/helpers.inc (9.2.x)

Closes #3611695.

varbase_media_header.install included the removed includes/helpers.inc (include_once __DIR__ . '/includes/helpers.inc';), logging a harmless PHP include warning on update/install. Removed the dead line; kept the includes/updates.inc include. Same class as varbase_auth #3609191.

AI-Generated: Yes (Used Claude Code)

Checkpoints

  • File an issue about this project
  • Addition/Change/Update/Fix to this project
  • Testing to ensure no regression
  • Automated unit/functional testing coverage
  • Developer Documentation support on feature change/addition
  • User Guide Documentation support on feature change/addition
  • UX/UI designer responsibilities
  • Accessibility and Readability
  • Reviewed by a human
  • Code review by maintainers
  • Full testing and approval
  • Credit contributors
  • Review with the product owner
  • Update Release Notes
  • Release
Edited by Rajab Natshah

Merge request reports

Loading