From 339f1f5789002f9d46fe1a2ca5f7ff70e826b1d0 Mon Sep 17 00:00:00 2001 From: Piotr Miazga Date: Tue, 7 May 2019 22:23:57 +0200 Subject: [PATCH] MinervaNeue doesn't need PersonalUrls MinervaNeueu do not use any of personal urls on the page. There is not need to calculate that. Change-Id: Ie8febe2dc9c03e8988e7100c4656aea65f76e1f1 --- includes/skins/SkinMinerva.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/includes/skins/SkinMinerva.php b/includes/skins/SkinMinerva.php index 32f195d..8d6c7f7 100644 --- a/includes/skins/SkinMinerva.php +++ b/includes/skins/SkinMinerva.php @@ -988,6 +988,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. *