소스 검색

fixed startup wizard case sensitivity

Luke Pulverenti 12 년 전
부모
커밋
9367878dcb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MediaBrowser.ServerApplication/EntryPoints/StartupWizard.cs

+ 1 - 1
MediaBrowser.ServerApplication/EntryPoints/StartupWizard.cs

@@ -58,7 +58,7 @@ namespace MediaBrowser.ServerApplication.EntryPoints
 
             try
             {
-                App.OpenDashboardPage("wizardStart.html", user, _configurationManager, _appHost);
+                App.OpenDashboardPage("wizardstart.html", user, _configurationManager, _appHost);
             }
             catch (Win32Exception ex)
             {