diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-02-20 14:35:03 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-02-20 14:35:03 +0000 |
commit | 90b5a506ad481b5e8876fceeadda2a751ae02160 (patch) | |
tree | 182fc6fe180b1b809467c668fe2ab81e28066fc9 /modules | |
parent | 557f3114ff8851b49883fd372fbddd41a1c7e2fe (diff) | |
download | brdo-90b5a506ad481b5e8876fceeadda2a751ae02160.tar.gz brdo-90b5a506ad481b5e8876fceeadda2a751ae02160.tar.bz2 |
- Patch #712364 by djac: corrected PHPdoc.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 1c124711d..4be1e18e2 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -1537,7 +1537,7 @@ function hook_modules_disabled($modules) { * @see hook_uninstall() * * @param $modules - * The name of the uninstalled module. + * An array of the uninstalled modules. */ function hook_modules_uninstalled($modules) { foreach ($modules as $module) { |