aboutsummaryrefslogtreecommitdiff
path: root/app/class/route.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-10-18 15:50:34 +0200
committervincent-peugnet <v.peugnet@free.fr>2019-10-18 15:50:34 +0200
commit0968351067f99e8afc882d4237902642e608e6f5 (patch)
tree202d554dcc6135a88c11bee78660c53a47df2931 /app/class/route.php
parent917a3971302791d9df67c047c4e663c9fb04f0c4 (diff)
downloadwcms-0968351067f99e8afc882d4237902642e608e6f5.tar.gz
wcms-0968351067f99e8afc882d4237902642e608e6f5.zip
Big naming Clean-up Art -> Page
Diffstat (limited to 'app/class/route.php')
-rw-r--r--app/class/route.php2
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;