From 1bc2e56c8f1d7715f6d92b337125a49b7ec457e9 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Thu, 26 Nov 2020 15:41:13 +0100 Subject: [PATCH] Remove dead preupdate.php note 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 1e42b331d..7613ffc77 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``, ``update.php`` and ``preupdate.php`` files anymore! This method is deprecated and is known to cause issues. +.. note:: Don't use the ``install.php`` and ``update.php`` files anymore! This method is deprecated and is known to cause issues. Creating a repair step