Index: trunk/extensions/LiquidThreads/classes/View.php |
— | — | @@ -1898,10 +1898,9 @@ |
1899 | 1899 | $replyTo = $this->methodAppliesToThread( 'reply', $thread ); |
1900 | 1900 | |
1901 | 1901 | $html = ''; |
1902 | | - if ( wfRunHooks( 'EditPageBeforeEditToolbar', array( &$html ) ) ) { |
1903 | | - $scripts = isset( $options['addScripts'] ) ? $options['addScripts'] : array(); |
1904 | | - self::addJSandCSS( $scripts ); |
1905 | | - } |
| 1902 | + wfRunHooks( 'EditPageBeforeEditToolbar', array( &$html ) ); |
| 1903 | + $scripts = isset( $options['addScripts'] ) ? $options['addScripts'] : array(); |
| 1904 | + self::addJSandCSS( $scripts ); |
1906 | 1905 | |
1907 | 1906 | $class = $this->threadDivClass( $thread ); |
1908 | 1907 | if ( $levelNum == 1 ) { |