mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
Select : Fixed Notice PHP
This commit is contained in:
parent
74ddd2faa2
commit
ea3576a7e1
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ if(LSsession :: startLSsession()) {
|
|||
$GLOBALS['Smarty']->assign('LSview_actions',$LSview_actions);
|
||||
|
||||
$LSsearch -> run();
|
||||
$page=(int)$_REQUEST['page'];
|
||||
$page=(isset($_REQUEST['page'])?(int)$_REQUEST['page']:0);
|
||||
$page = $LSsearch -> getPage($page);
|
||||
$GLOBALS['Smarty']->assign('page',$page);
|
||||
$GLOBALS['Smarty']->assign('LSsearch',$LSsearch);
|
||||
|
|
Loading…
Reference in a new issue