From a6fb86a8cc10965685f015707a6aa963473869ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 12 Apr 2005 01:42:12 +0000 Subject: [PATCH] * Adding thumbsize to getPageRenderingHash() as it will change the parser output. --- includes/User.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/User.php b/includes/User.php index 018324f4e5..d0afccbda5 100644 --- a/includes/User.php +++ b/includes/User.php @@ -1160,6 +1160,7 @@ class User { $confstr .= '!' . $this->getOption( 'date' ); $confstr .= '!' . $this->getOption( 'numberheadings' ); $confstr .= '!' . $this->getOption( 'language' ); + $confstr .= '!' . $this->getOption( 'thumbsize' ); // add in language specific options, if any $extra = $wgContLang->getExtraHashOptions(); $confstr .= $extra; -- 2.20.1