commit a9a722b35179b08cd2531598c408a39891a6e9b0
parent 1bd30f4150e93fe67ae43001c3b0a1c4ddf76991
Author: markseu <mark2011@mayberg.se>
Date: Thu, 4 Jun 2015 22:42:18 +0200
Core update (Coffee remix)
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -1,4 +1,4 @@
-Yellow 0.5.19
+Yellow 0.5.20
=============
[](http://datenstrom.se/yellow)
diff --git a/system/core/core.php b/system/core/core.php
@@ -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