瀏覽代碼

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

Visman 1 年之前
父節點
當前提交
2feaff7b5c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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');