diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-11-05 16:42:50 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-11-05 16:42:50 +0100 |
commit | 44e54592f146319dec6f7dd6481a7cb420cd56e9 (patch) | |
tree | 14e10b064dec79363dbe98894e5ed8450465ce9a /app/class/page.php | |
parent | 8775ffd33efb73ef3ee8799dcf1ae78feeef27a2 (diff) | |
download | wcms-44e54592f146319dec6f7dd6481a7cb420cd56e9.tar.gz wcms-44e54592f146319dec6f7dd6481a7cb420cd56e9.zip |
improvments : documentor
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 299e448..a55e7cb 100644 --- a/app/class/page.php +++ b/app/class/page.php @@ -480,7 +480,7 @@ class Page { if (is_string($tag)) { - if (strlen($tag) < self::LEN and is_string($tag)) { + if (strlen($tag) < self::LEN) { $tag = strip_tags(trim(strtolower($tag))); $tag = str_replace('*', '', $tag); $tag = str_replace(' ', '', $tag); |