From 44e54592f146319dec6f7dd6481a7cb420cd56e9 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Tue, 5 Nov 2019 16:42:50 +0100 Subject: improvments : documentor --- app/class/page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/class/page.php') 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); -- cgit v1.2.3