diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-03-26 21:09:06 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-03-26 21:09:06 +0100 |
commit | 55b3aa3552b0627510bce66ff208529c168a2836 (patch) | |
tree | b866ffaafc4e180dad24476b25fe12ccdeec05bd /app/class/Page.php | |
parent | 9ce7ecebaf118546bf3a3cbad7ce448d490ade15 (diff) | |
download | wcms-55b3aa3552b0627510bce66ff208529c168a2836.tar.gz wcms-55b3aa3552b0627510bce66ff208529c168a2836.zip |
add id in deepsearchbar 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(''); |