mirror of https://github.com/itflow-org/itflow
Define n var in pagination header to prevent undefine n variable error
This commit is contained in:
parent
bebd873d57
commit
bd655f4886
|
|
@ -53,6 +53,7 @@ if (isset($_GET['q'])) {
|
||||||
} else {
|
} else {
|
||||||
$q = "";
|
$q = "";
|
||||||
$phone_query = "";
|
$phone_query = "";
|
||||||
|
$n = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sortby
|
// Sortby
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue