$vars = array( 'id' => $infos[0], 'pagenumber' => $infos[1] );
$vars = array( 'id' => $infos[0], 'pagenumber' => max($infos[1], 1) );