aboutsummaryrefslogtreecommitdiff
path: root/app/class/Page.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-03-26 21:09:06 +0100
committervincent-peugnet <v.peugnet@free.fr>2020-03-26 21:09:06 +0100
commit55b3aa3552b0627510bce66ff208529c168a2836 (patch)
treeb866ffaafc4e180dad24476b25fe12ccdeec05bd /app/class/Page.php
parent9ce7ecebaf118546bf3a3cbad7ce448d490ade15 (diff)
downloadwcms-55b3aa3552b0627510bce66ff208529c168a2836.tar.gz
wcms-55b3aa3552b0627510bce66ff208529c168a2836.zip
add id in deepsearchbar options
Diffstat (limited to 'app/class/Page.php')
-rw-r--r--app/class/Page.php2
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('');