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 {
|
||||
$q = "";
|
||||
$phone_query = "";
|
||||
$n = "";
|
||||
}
|
||||
|
||||
// Sortby
|
||||
|
|
|
|||
Loading…
Reference in New Issue