Fix arguments
This commit is contained in:
parent
a72e65a760
commit
fdc0236aa1
2 changed files with 166 additions and 165 deletions
|
@ -78,7 +78,7 @@ function notifications_content(App $a)
|
|||
}
|
||||
|
||||
$page = ($_REQUEST['page'] ?? 0) ?: 1;
|
||||
$show = $_REQUEST['show'] ?? 0;
|
||||
$show = ($_REQUEST['show'] ?? '' === 'all');
|
||||
|
||||
Nav::setSelected('notifications');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue