From 0d056d772fe1f9a1c5b52021afe39d728300ca70 Mon Sep 17 00:00:00 2001 From: "Jonathan.Wage" Date: Thu, 6 Sep 2007 15:45:41 +0000 Subject: [PATCH] hmm, not sure. --- website/apps/frontend/config/routing.yml | 4 ++-- website/apps/frontend/modules/main/actions/actions.class.php | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/website/apps/frontend/config/routing.yml b/website/apps/frontend/config/routing.yml index d878e8ab6..0cd4e6d2c 100644 --- a/website/apps/frontend/config/routing.yml +++ b/website/apps/frontend/config/routing.yml @@ -16,8 +16,8 @@ download: param: { module: main, action: download } manual: - url: /documentation/manual - param: { module: main, action: manual } + url: /documentation/manual/* + param: { module: manual, action: index } api_documentation: url: /documentation/api diff --git a/website/apps/frontend/modules/main/actions/actions.class.php b/website/apps/frontend/modules/main/actions/actions.class.php index 3b5d88055..9638f9f0d 100644 --- a/website/apps/frontend/modules/main/actions/actions.class.php +++ b/website/apps/frontend/modules/main/actions/actions.class.php @@ -17,11 +17,6 @@ class mainActions extends sfActions public function executeIndex() { } - - public function executeManual() - { - $this->redirect('http://doctrine.pengus.net/doctrine/manual/new'); - } public function executeAbout() {