mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-12 18:36:29 +00:00
Empty commit
This commit is contained in:
parent
8bd65bfe06
commit
ebd54b6f7e
@ -20,9 +20,7 @@
|
||||
}
|
||||
|
||||
if (isset($_GET['pp'])) {
|
||||
|
||||
$PerPage = $_GET['pp'];
|
||||
|
||||
$PerPage = (int) $_GET['pp'];
|
||||
} elseif (isset($LoggedUser['PostsPerPage'])) {
|
||||
$PerPage = $LoggedUser['PostsPerPage'];
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user