mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
DownloadsL Pagination (next/prev) fix. SEF Url methods updated.
This commit is contained in:
@@ -417,15 +417,18 @@ $columnInfo = array(
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// optional
|
||||
public function init()
|
||||
{
|
||||
|
||||
$this->action = vartrue($_GET['mode']);
|
||||
$this->subAction = vartrue($_GET['action']);
|
||||
$this->id = vartrue($_GET['id']);
|
||||
|
||||
|
||||
$this->action = $this->getMode(); // vartrue($_GET['mode']);
|
||||
$this->subAction = $this->getAction(); // vartrue($_GET['action']);
|
||||
$this->id = $this->getId(); // vartrue($_GET['id']);
|
||||
|
||||
$this->observe();
|
||||
|
||||
|
Reference in New Issue
Block a user