diff options
Diffstat (limited to 'app/class/Page.php')
-rw-r--r-- | app/class/Page.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/Page.php b/app/class/Page.php index cf73e98..d936671 100644 --- a/app/class/Page.php +++ b/app/class/Page.php @@ -78,7 +78,7 @@ class Page extends Dbitem $this->setdaterender($now); $this->setcss(''); $this->setjavascript(''); - $this->setbody(''); + $this->setbody(Config::defaultbody()); $this->setheader(''); $this->setmain(''); $this->setnav(''); |