From 559f48ec92ecd0bf6a30082a94e82ed237771ef2 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 17 Mar 2013 22:11:14 +0100 Subject: [PATCH] Update controllers.rst --- developer_manual/app/appframework/controllers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/appframework/controllers.rst b/developer_manual/app/appframework/controllers.rst index 8dc6be78c..4a48bc8bc 100644 --- a/developer_manual/app/appframework/controllers.rst +++ b/developer_manual/app/appframework/controllers.rst @@ -77,7 +77,7 @@ Every controller method has to return a Response object. The currently available * :php:class:`OCA\\AppFramework\\Http\\TextDownloadResponse`: prompts the user to download a text file containing a passed string * :php:class:`OCA\\AppFramework\\Http\\TextResponse`: for printing text like XML -.. versionchanged:: 6.0 +.. versionadded:: 6.0 * :php:class:`OCA\\AppFramework\\Http\\ForbiddenResponse`: returns 403 Forbidden HTTP status * :php:class:`OCA\\AppFramework\\Http\\NotFoundResponse`: returns 404 Not Found HTTP status