From 55b3aa3552b0627510bce66ff208529c168a2836 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 26 Mar 2020 21:09:06 +0100 Subject: add id in deepsearchbar options --- app/class/Page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/class/Page.php') 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(''); -- cgit v1.2.3