Fehlerupdate: additional extension check, fehler_kurzbz optional

This commit is contained in:
Alexei Karpenko
2026-01-20 17:02:47 +01:00
parent 131ec86dee
commit 545e2b0445
2 changed files with 33 additions and 19 deletions
@@ -50,8 +50,8 @@ class CLI_Manager extends CLI_Controller
/**
*
*/
public function installFrom($fehlerConfigDirectory)
public function installFrom($extensionName)
{
$this->fehlerupdatelib->installFrom(urldecode($fehlerConfigDirectory));
$this->fehlerupdatelib->installFrom(urldecode($extensionName));
}
}