From ca0e5e20f92ce85618210ca9db8d10dd55369af4 Mon Sep 17 00:00:00 2001 From: evad37 Date: Fri, 22 Dec 2017 16:27:26 +0800 Subject: [PATCH] Change `pagemisc` portlet to `cactions` Reusing existing portlet ids instead of Timeless-specific ids means that user scripts and gadgets that work on other skins should also work with Timeless. Bug: T181362 Change-Id: I5fa7effc503e08438d2cc23f0142771116301da8 --- TimelessTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TimelessTemplate.php b/TimelessTemplate.php index 318839a..ed264ca 100644 --- a/TimelessTemplate.php +++ b/TimelessTemplate.php @@ -416,7 +416,7 @@ class TimelessTemplate extends BaseTemplate { ); } $pageTools .= $this->getPortlet( - 'pagemisc', + 'cactions', $this->pileOfTools['page-tertiary'], 'timeless-pagemisc' );