Browse Source

fixed startup wizard case sensitivity

Luke Pulverenti 12 years ago
parent
commit
9367878dcb
1 changed files with 1 additions and 1 deletions
  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)
             {