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