mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Define n var in pagination header to prevent undefine n variable error
This commit is contained in:
@@ -53,6 +53,7 @@ if (isset($_GET['q'])) {
|
||||
} else {
|
||||
$q = "";
|
||||
$phone_query = "";
|
||||
$n = "";
|
||||
}
|
||||
|
||||
// Sortby
|
||||
|
||||
Reference in New Issue
Block a user