Remove undef check from SanitizeModule
This commit is contained in:
Родитель
5cad0b8f8c
Коммит
f746981b67
|
@ -55,6 +55,7 @@ $::CVS_ROOT = &pickDefaultRepository() unless $::CVS_ROOT;
|
||||||
|
|
||||||
$::TreeID = $::query_module
|
$::TreeID = $::query_module
|
||||||
if (!exists($::FORM{'treeid'}) &&
|
if (!exists($::FORM{'treeid'}) &&
|
||||||
|
exists($::query_module) &&
|
||||||
exists($::TreeInfo{$::query_module}{'repository'}));
|
exists($::TreeInfo{$::query_module}{'repository'}));
|
||||||
$::TreeID = 'default'
|
$::TreeID = 'default'
|
||||||
if (!exists($::TreeInfo{$::TreeID}{'repository'}) ||
|
if (!exists($::TreeInfo{$::TreeID}{'repository'}) ||
|
||||||
|
|
Загрузка…
Ссылка в новой задаче