mirror of
https://github.com/getgrav/grav.git
synced 2026-02-21 14:08:02 +01:00
strict boolean compare
This commit is contained in:
@@ -373,7 +373,7 @@ class Page
|
||||
$twig_already_processed = false;
|
||||
|
||||
// if no cached-content run everything
|
||||
if ($this->content == false) {
|
||||
if ($this->content === false) {
|
||||
$this->content = $this->raw_content;
|
||||
self::getGrav()->fireEvent('onPageContentRaw', new Event(['page' => $this]));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user