Core update (Coffee remix)
This commit is contained in:
parent
1bd30f4150
commit
a9a722b351
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
Yellow 0.5.19
|
||||
Yellow 0.5.20
|
||||
=============
|
||||
[](http://datenstrom.se/yellow)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
// Yellow main class
|
||||
class Yellow
|
||||
{
|
||||
const Version = "0.5.19";
|
||||
const Version = "0.5.20";
|
||||
var $page; //current page
|
||||
var $pages; //pages from file system
|
||||
var $files; //files from file system
|
||||
|
@ -582,7 +582,7 @@ class YellowPage
|
|||
{
|
||||
$this->error(404);
|
||||
}
|
||||
if($this->isExisting("pageClean")) $this->page->outputData = NULL;
|
||||
if($this->isExisting("pageClean")) $this->outputData = NULL;
|
||||
}
|
||||
|
||||
// Parse template
|
||||
|
|
Loading…
Add table
Reference in a new issue