Make installer type case insensitive
parent
e00e6cddbe
commit
8aaac35ca1
|
@ -51,6 +51,8 @@ class InstallationManager
|
|||
*/
|
||||
public function getInstaller($type)
|
||||
{
|
||||
$type = strtolower($type);
|
||||
|
||||
if (isset($this->cache[$type])) {
|
||||
return $this->cache[$type];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue