mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Use page.php?id=x instead of page.php?x
This commit is contained in:
@@ -48,7 +48,7 @@ class core_page_url extends eUrlConfig
|
||||
if('--FROM--' != vartrue($params['page'])) $page = varset($params['page']) ? intval($params['page']) : '0';
|
||||
else $page = '--FROM--';
|
||||
|
||||
$url .= intval($params['id']).($page ? '.'.$page : '');
|
||||
$url .= "id=".intval($params['id']).($page ? '.'.$page : '');
|
||||
return $url;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user