瀏覽代碼

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)
             {