From 0968351067f99e8afc882d4237902642e608e6f5 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Fri, 18 Oct 2019 15:50:34 +0200 Subject: Big naming Clean-up Art -> Page --- app/class/route.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/class/route.php') 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; -- cgit v1.2.3