From 1850420cb8a0ea9a633ab4dbe9aed205e3901685 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 27 Nov 2020 13:06:43 +0100 Subject: [PATCH] Drop note about removed update.php Signed-off-by: Christoph Wurst --- developer_manual/digging_deeper/repair.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/digging_deeper/repair.rst b/developer_manual/digging_deeper/repair.rst index 7613ffc77..0fe4ce98d 100644 --- a/developer_manual/digging_deeper/repair.rst +++ b/developer_manual/digging_deeper/repair.rst @@ -7,7 +7,7 @@ events which directly affect the app. You can use these repair steps to run code when your app is installed, uninstalled, upgraded etc. It's called repair steps because they are frequently used to fix things automatically. -.. note:: Don't use the ``install.php`` and ``update.php`` files anymore! This method is deprecated and is known to cause issues. +.. note:: Don't use the ``install.php`` files anymore! This method is deprecated and is known to cause issues. Creating a repair step