Ver Fonte

Take into account in the online list the person who accessed the sitemap

Visman há 1 ano atrás
pai
commit
2feaff7b5c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Models/Pages/Misc.php

+ 1 - 1
app/Models/Pages/Misc.php

@@ -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');