System update (for Juh)
This commit is contained in:
parent
c7ca2b329a
commit
0e4ac6ea25
1 changed files with 1 additions and 2 deletions
|
@ -481,11 +481,10 @@ class YellowPage
|
|||
$this->yellow->config->get("serverBase"),
|
||||
rtrim($this->yellow->config->get("webinterfaceLocation"), '/').$this->location));
|
||||
$this->set("pageFile", $this->yellow->lookup->normaliseFile($this->fileName));
|
||||
$this->set("pageType", $this->yellow->toolbox->getFileExtension($this->fileName));
|
||||
} else {
|
||||
$this->set("type", $this->yellow->toolbox->getFileExtension($this->fileName));
|
||||
$this->set("modified", date("Y-m-d H:i:s", $this->yellow->toolbox->getFileModified($this->fileName)));
|
||||
$this->set("pageFile", $this->yellow->lookup->normaliseFile($this->fileName, true));
|
||||
$this->set("pageType", $this->yellow->toolbox->getFileExtension($this->fileName));
|
||||
}
|
||||
if(!empty($pageError)) $this->set("pageError", $pageError);
|
||||
foreach($this->yellow->plugins->plugins as $key=>$value)
|
||||
|
|
Loading…
Add table
Reference in a new issue