From 6f0f6c3f8ff7a2e17ecff410b5f0e974e4dad4cb Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 10 Jan 2019 20:11:43 +0100 Subject: minor fix --- app/class/art2.php | 2 +- app/view/templates/admin.php | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/class/art2.php b/app/class/art2.php index b4c0ff3..cb4949d 100644 --- a/app/class/art2.php +++ b/app/class/art2.php @@ -96,7 +96,7 @@ class Art2 $this->setexternalscript([]); $this->setrenderhead(''); $this->setrenderbody(''); - $this->setsecure(3); + $this->setsecure(Config::defaultprivacy()); $this->setinterface('main'); $this->setlinkfrom([]); $this->setlinkto([]); diff --git a/app/view/templates/admin.php b/app/view/templates/admin.php index 4f5540c..9ac1300 100644 --- a/app/view/templates/admin.php +++ b/app/view/templates/admin.php @@ -71,7 +71,7 @@ - + (This modifications need re-rendering)

Edit quick menu

@@ -120,6 +120,8 @@ + (Need rendering to work) + -- cgit v1.2.3