diff options
author | Dries Buytaert <dries@buytaert.net> | 2011-02-09 02:26:04 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2011-02-09 02:26:04 +0000 |
commit | f1cc86518620b1508628241c36fba93691d564ac (patch) | |
tree | 32d5528e4b46c4409a79e3189631245dcb4f8062 | |
parent | bd1c87fbea11692388d07023a9fda2c1ac285438 (diff) | |
download | brdo-f1cc86518620b1508628241c36fba93691d564ac.tar.gz brdo-f1cc86518620b1508628241c36fba93691d564ac.tar.bz2 |
- Patch #1052364 by agentrickard: documentation error in hook_modules_uninstalled().
-rw-r--r-- | modules/system/system.api.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index ea4255c74..4c4e225fa 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. |