diff options
Diffstat (limited to 'app/class/route.php')
-rw-r--r-- | app/class/route.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/route.php b/app/class/route.php index cc2fe59..8e58945 100644 --- a/app/class/route.php +++ b/app/class/route.php @@ -28,7 +28,7 @@ class Route { $array = []; if (!empty($this->id)) { - $array[] = 'art'; + $array[] = 'page'; } if (!empty($this->aff)) { $array[] = 'aff='.$this->aff; |