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. *