Core update (Coffee remix)

This commit is contained in:
markseu 2015-06-04 22:42:18 +02:00
parent 1bd30f4150
commit a9a722b351
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
Yellow 0.5.19
Yellow 0.5.20
=============
[![Yellow](https://raw.githubusercontent.com/wiki/datenstrom/yellow/images/yellow.jpg)](http://datenstrom.se/yellow)

View file

@ -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