From f1cc86518620b1508628241c36fba93691d564ac Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Wed, 9 Feb 2011 02:26:04 +0000 Subject: [PATCH] - Patch #1052364 by agentrickard: documentation error in hook_modules_uninstalled(). --- modules/system/system.api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/system/system.api.php b/modules/system/system.api.php index ea4255c74391..4c4e225faf27 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -2419,8 +2419,8 @@ function hook_modules_disabled($modules) { * modules a chance to perform actions when a module is uninstalled, whereas * hook_uninstall() is only called on the module actually being uninstalled. * - * It is recommended that you implement this module if your module - * stores data that may have been set by other modules. + * It is recommended that you implement this hook if your module stores + * data that may have been set by other modules. * * @param $modules * An array of the uninstalled modules. -- GitLab