mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 01:30:32 +02:00
minor bugs, notice cleanup, missing e_SELF/e_QUERY fixes
This commit is contained in:
@@ -1783,7 +1783,7 @@ class eRouter
|
||||
$urlSuffix = '';
|
||||
|
||||
// Fix base url for legacy links
|
||||
if($config['noSingleEntry']) $base = $options['full'] ? SITEURL : e_HTTP;
|
||||
if(vartrue($config['noSingleEntry'])) $base = $options['full'] ? SITEURL : e_HTTP;
|
||||
elseif(self::FORMAT_GET !== $config['format'])
|
||||
{
|
||||
$urlSuffix = $this->urlSuffix;
|
||||
|
Reference in New Issue
Block a user