X-Git-Url: http://git.cyclocoop.org/%24action?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerPage.php;h=e1ee836f95b08f4a81a3921f7bcf8b21d0066f58;hb=0ff2c62197fdaf79f82d8657afd70621725c9762;hp=4de7f06cc165e5c90afd6a5dad764b4f33baafaa;hpb=78ae133b7e5c594e5e9c0cb8605d7431aff808a4;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstallerPage.php b/includes/installer/WebInstallerPage.php index 4de7f06cc1..e1ee836f95 100644 --- a/includes/installer/WebInstallerPage.php +++ b/includes/installer/WebInstallerPage.php @@ -1049,10 +1049,6 @@ class WebInstaller_Options extends WebInstallerPage { $this->getVar( 'wgDeletedDirectory' ) ) ); - // If we're using the default, let the user set it relative to $wgScriptPath - $curLogo = $this->getVar( 'wgLogo' ); - $logoString = ( $curLogo == "/wiki/skins/common/images/wiki.png" ) ? - '$wgStylePath/common/images/wiki.png' : $curLogo; $uploadwrapperStyle = $this->getVar( 'wgEnableUploads' ) ? '' : 'display: none'; $this->addHTML( @@ -1074,7 +1070,6 @@ class WebInstaller_Options extends WebInstallerPage { '' . $this->parent->getTextBox( array( 'var' => 'wgLogo', - 'value' => $logoString, 'label' => 'config-logo', 'attribs' => array( 'dir' => 'ltr' ), 'help' => $this->parent->getHelpBox( 'config-logo-help' )