diff --git a/bl-kernel/url.class.php b/bl-kernel/url.class.php index 7d1e8e65..de712ed4 100644 --- a/bl-kernel/url.class.php +++ b/bl-kernel/url.class.php @@ -74,6 +74,9 @@ class Url } elseif (empty($this->slug) && ($filterName==TAG_URI_FILTER)) { $this->slug = TAG_URI_FILTER; $this->setWhereAmI('page'); + } elseif (empty($this->slug) && ($filterName==CATEGORY_URI_FILTER)) { + $this->slug = CATEGORY_URI_FILTER; + $this->setWhereAmI('page'); } elseif ($filterName=='admin') { $this->slug = ltrim($this->slug, '/'); }