aboutsummaryrefslogtreecommitdiff
path: root/app/class/controllerart.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-11-29 01:53:17 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-11-29 01:53:17 +0100
commitd0ef17169701f90a9dab5f50e3eb61954653cae2 (patch)
tree03efa5a4e6eb1d2727b4c075b16a3627b1ad4591 /app/class/controllerart.php
parent6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee (diff)
downloadwcms-d0ef17169701f90a9dab5f50e3eb61954653cae2.tar.gz
wcms-d0ef17169701f90a9dab5f50e3eb61954653cae2.zip
font upload
Diffstat (limited to 'app/class/controllerart.php')
-rw-r--r--app/class/controllerart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/controllerart.php b/app/class/controllerart.php
index 6740f9c..67ec280 100644
--- a/app/class/controllerart.php
+++ b/app/class/controllerart.php
@@ -174,7 +174,7 @@ class Controllerart extends Controller
$this->artmanager->delete($this->art);
}
- $this->routedirect('backrouter');
+ $this->routedirect('home');
}
public function update($id)