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
|
||||
if (!exists($::FORM{'treeid'}) &&
|
||||
exists($::query_module) &&
|
||||
exists($::TreeInfo{$::query_module}{'repository'}));
|
||||
$::TreeID = 'default'
|
||||
if (!exists($::TreeInfo{$::TreeID}{'repository'}) ||
|
||||
|
|
Загрузка…
Ссылка в новой задаче