Artist is allowed to be null.
[rock.divinelegy.git] / Domain / VOs / StepMania / Difficulty.php
index e59578d..a794cc6 100644 (file)
@@ -42,7 +42,7 @@ class Difficulty implements IDifficulty
     );\r
 \r
     public function __construct($name) {\r
-        $ucName = ucfirst($name);\r
+        $ucName = ucfirst(strtolower($name));\r
         if(array_key_exists($ucName, $this->_namesToSmNames)) {\r
             $this->stepManiaName = $this->_namesToSmNames[$ucName];\r
             $this->itgName = $this->_smNamesToItgNames[$this->stepManiaName];\r