mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor improvements (#1078)
* Minor improvements * Updated * Update memberlist.tpl * Update memberlist.tpl * Update viewtopic.tpl * Updated * Updated * Update viewtopic_torrent.tpl * Update posting.php * Update admin_sitemap.tpl * Update main_content.css * Updated
This commit is contained in:
parent
481e5469d1
commit
b263823aee
26 changed files with 268 additions and 253 deletions
|
@ -161,7 +161,8 @@ $cur_pass_valid = $adm_edit;
|
|||
foreach ($profile_fields as $field => $can_edit) {
|
||||
// Проверка на возможность редактирования
|
||||
if ((bool)$can_edit === false) {
|
||||
continue;
|
||||
// TODO: При continue; не устанавливаются переменные ($tp_data) шаблона прописанные в case
|
||||
// continue;
|
||||
}
|
||||
|
||||
switch ($field) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue