mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update register.php
This commit is contained in:
parent
19163ae32e
commit
8bd4acd6b3
@ -167,7 +167,8 @@ foreach ($profile_fields as $field => $can_edit)
|
||||
// Проверка на возможность редактирования
|
||||
if ((bool) $can_edit === false)
|
||||
{
|
||||
continue;
|
||||
// TODO: При continue; не устанавливаются переменные шаблона прописанные в case
|
||||
// continue;
|
||||
}
|
||||
|
||||
switch ($field)
|
||||
|
Loading…
Reference in New Issue
Block a user