mirror of
https://github.com/itflow-org/itflow
synced 2026-03-08 23:04:51 +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 {
|
} else {
|
||||||
$q = "";
|
$q = "";
|
||||||
$phone_query = "";
|
$phone_query = "";
|
||||||
|
$n = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sortby
|
// Sortby
|
||||||
|
|||||||
Reference in New Issue
Block a user