debug
This commit is contained in:
@@ -52,7 +52,7 @@ class SiteMapLogic
|
||||
$this->arrNovelStatus = StaticConfig::$arrNovelStatus;
|
||||
|
||||
$this->strDate = date('Y-m-d');
|
||||
$this->strSiteMapPath = root_path('storage/SiteMap');
|
||||
$this->strSiteMapPath = rtrim((string)root_path('storage/SiteMap'), DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR;
|
||||
|
||||
$this->NovelModel = NovelModel::getInstance();
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ class VideoSiteMapLogic
|
||||
$this->arrVideoYear = StaticConfig::$arrVideoYear;
|
||||
|
||||
$this->strDate = date('Y-m-d');
|
||||
$this->strSiteMapPath = root_path('storage/SiteMap');
|
||||
$this->strSiteMapPath = rtrim((string)root_path('storage/SiteMap'), DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR;
|
||||
|
||||
$this->VideoModel = VideoModel::getInstance();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user