mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Updated
This commit is contained in:
parent
8d637dff6c
commit
0ff7d4ac60
2 changed files with 0 additions and 2 deletions
|
@ -192,7 +192,6 @@ if (!empty($mod)) {
|
|||
}
|
||||
|
||||
unset($mod);
|
||||
$datastore->update('moderators');
|
||||
|
||||
// Build index page
|
||||
$forums_count = 0;
|
||||
|
|
|
@ -85,7 +85,6 @@ switch ($mode) {
|
|||
|
||||
$html = ': ';
|
||||
$html .= ($moderators) ? implode(', ', $moderators) : $lang['NONE'];
|
||||
$datastore->update('moderators');
|
||||
break;
|
||||
|
||||
case 'get_traf_stats':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue