Merge "Ignore master connections for POST-nonwrite in $wgTrxProfilerLimits"
[lhc/web/wiklou.git] / includes / installer / WebInstallerOutput.php
index 6c1f2ec..950aaf7 100644 (file)
@@ -197,7 +197,7 @@ class WebInstallerOutput {
         * @return string
         */
        private function getCssUrl() {
-               return Html::linkedStyle( $_SERVER['PHP_SELF'] . '?css=1' );
+               return Html::linkedStyle( $this->parent->getUrl( [ 'css' => 1 ] ) );
        }
 
        public function useShortHeader( $use = true ) {