diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-21 14:30:08 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-21 14:30:08 +0100 |
commit | a8ed9070e7773f3147a33dbee7d45ce24bd8959d (patch) | |
tree | 150fe13b57f7c20aa84b03bc41a1ca0aa9e7cfaf /app/class/art2.php | |
parent | 12c692b0aa0650ae3f05fc29bc5fa8b310d0dea0 (diff) | |
download | wcms-a8ed9070e7773f3147a33dbee7d45ce24bd8959d.tar.gz wcms-a8ed9070e7773f3147a33dbee7d45ce24bd8959d.zip |
security htaccess, render class of link
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 a7e94f3..7354e8c 100644 --- a/app/class/art2.php +++ b/app/class/art2.php @@ -304,7 +304,7 @@ class Art2 if ($type == 'string') { if ($this->secure == 0) $secure = 'public'; if ($this->secure == 1) $secure = 'private'; - if ($this->secure == 2) $secure = 'not published'; + if ($this->secure == 2) $secure = 'not_published'; return $secure; } else { return $this->secure; |