Merge "Use '' instead of false for parameter $className"

This commit is contained in:
jenkins-bot 2024-10-28 06:29:16 +00:00 committed by Gerrit Code Review
commit 6deafc4d64

View file

@ -111,7 +111,7 @@ class DefaultOverflowBuilder implements IOverflowBuilder {
'page-actions-overflow-' . $name, 'page-actions-overflow-' . $name,
$originalMsg, $originalMsg,
$href, $href,
$toolbox[$name]['class'] ?? false $toolbox[$name]['class'] ?? ''
); );
return $href ? $entry->setIcon( $icon )->trackClicks( $name ) : null; return $href ? $entry->setIcon( $icon )->trackClicks( $name ) : null;