Merge "MinervaNeue doesn't need PersonalUrls"

This commit is contained in:
jenkins-bot 2019-05-08 18:35:04 +00:00 committed by Gerrit Code Review
commit b503d36560

View file

@ -996,6 +996,13 @@ class SkinMinerva extends SkinTemplate {
]; ];
} }
/**
* Minerva skin do use any of those, there is no need to calculate that
* @return array
*/
protected function buildPersonalUrls() {
return [];
}
/** /**
* Creates an overflow action: An icon that links to the overflow menu. * Creates an overflow action: An icon that links to the overflow menu.
* *