From 3f1efa9ec6c1a310e774d4d374d2c23f12be6455 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Mon, 19 Jul 2010 20:46:29 +0000 Subject: [PATCH] Fix r69539: use $this->skin->stylename instead of $this->stylename, fix the path and access globals the right way --- skins/Vector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/Vector.php b/skins/Vector.php index 1d4d8bd344..f59f71dba8 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -771,7 +771,7 @@ class VectorTemplate extends QuickTemplate { getOption( 'vector-simplesearch' ) ): ?>
skin->tooltipAndAccesskey( 'search' ); ?> data['search'] ) ): ?> value="text( 'search' ) ?>" /> - +
skin->tooltipAndAccesskey( 'search' ); ?> data['search'] ) ): ?> value="text( 'search' ) ?>" /> -- 2.20.1