From 01e4a7a82429079a222972c907d02f9eb04a9e93 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 2 Sep 2013 15:46:37 +0200 Subject: fix updater cleanup route --- appinfo/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appinfo') diff --git a/appinfo/routes.php b/appinfo/routes.php index 6ceaf94e1..617b63c53 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -233,7 +233,7 @@ $this->create('news_api_version', '/api/v1-2/version')->get()->action( } ); -$this->create('news_api_cleanup', '/api/v1-2/cleanUp')->get()->action( +$this->create('news_api_cleanup', '/api/v1-2/cleanup')->get()->action( function($params) { return App::main('NewsAPI', 'cleanUp', $params, new DIContainer()); } -- cgit v1.2.3