From: Tim Starling Date: Sun, 15 Aug 2004 15:01:33 +0000 (+0000) Subject: Adding numberheadings to rendering hash, related inconsistency reported on #wikipedia X-Git-Tag: 1.5.0alpha1~2329 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=69dfed992a4d13cc27f5c1f6f1071e1bfafb8202;p=lhc%2Fweb%2Fwiklou.git Adding numberheadings to rendering hash, related inconsistency reported on #wikipedia --- diff --git a/includes/User.php b/includes/User.php index 250235de13..578a7ee293 100644 --- a/includes/User.php +++ b/includes/User.php @@ -675,6 +675,7 @@ class User { $confstr .= '!' . $this->getOption( 'editsectiononrightclick' ); $confstr .= '!' . $this->getOption( 'showtoc' ); $confstr .= '!' . $this->getOption( 'date' ); + $confstr .= '!' . $this->getOption( 'numberheadings' ); $this->mHash = $confstr; return $confstr ;