aboutsummaryrefslogtreecommitdiff
path: root/app/class/page.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-11-05 16:42:50 +0100
committervincent-peugnet <v.peugnet@free.fr>2019-11-05 16:42:50 +0100
commit44e54592f146319dec6f7dd6481a7cb420cd56e9 (patch)
tree14e10b064dec79363dbe98894e5ed8450465ce9a /app/class/page.php
parent8775ffd33efb73ef3ee8799dcf1ae78feeef27a2 (diff)
downloadwcms-44e54592f146319dec6f7dd6481a7cb420cd56e9.tar.gz
wcms-44e54592f146319dec6f7dd6481a7cb420cd56e9.zip
improvments : documentor
Diffstat (limited to 'app/class/page.php')
-rw-r--r--app/class/page.php2
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);