mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Minor improvements (#882)
* Minor improvements * Updated * Updated * Updated * Update privmsg.php * Updated * Update admin_attach_cp.php
This commit is contained in:
parent
2c07660435
commit
4b453de64a
75 changed files with 699 additions and 735 deletions
|
@ -205,7 +205,7 @@ if ($log_count == $per_page + 1) {
|
|||
|
||||
generate_pagination($url, $items_count, $per_page, $start);
|
||||
|
||||
$filter = array();
|
||||
$filter = [];
|
||||
|
||||
if ($log_rowset) {
|
||||
$log_type = $log_action->log_type;
|
||||
|
@ -323,7 +323,7 @@ if ($log_rowset) {
|
|||
'FILTER_USERS' => !empty($filter['users']),
|
||||
));
|
||||
} else {
|
||||
$template->assign_block_vars('log_not_found', array());
|
||||
$template->assign_block_vars('log_not_found', []);
|
||||
}
|
||||
|
||||
// Select
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue