Take into account in the online list the person who accessed the sitemap
This commit is contained in:
parent
956a2b2d67
commit
2feaff7b5c
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ class Misc extends Page
|
|||
$this->sitemap[$this->c->Router->link('Index')] = null;
|
||||
}
|
||||
|
||||
$this->onlinePos = null;
|
||||
$this->onlinePos = 'sitemap';
|
||||
$this->onlineDetail = null;
|
||||
|
||||
$this->header('Content-type', 'application/xml; charset=utf-8');
|
||||
|
|
Loading…
Reference in a new issue