diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-10 20:11:43 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-10 20:11:43 +0100 |
commit | 6f0f6c3f8ff7a2e17ecff410b5f0e974e4dad4cb (patch) | |
tree | 2cc28018c2af68410f0cb267ff4a77674a2b7289 /app/class/art2.php | |
parent | c76dfeb6c99a60abe068bf61535bc6fda90c2a5b (diff) | |
download | wcms-6f0f6c3f8ff7a2e17ecff410b5f0e974e4dad4cb.tar.gz wcms-6f0f6c3f8ff7a2e17ecff410b5f0e974e4dad4cb.zip |
minor fix
Diffstat (limited to 'app/class/art2.php')
-rw-r--r-- | app/class/art2.php | 2 |
1 files changed, 1 insertions, 1 deletions
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([]); |