1
0
Fork 0

Fix arguments

This commit is contained in:
Philipp Holzer 2019-10-26 04:33:59 +02:00
commit fdc0236aa1
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
2 changed files with 166 additions and 165 deletions

View file

@ -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');