diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2012-10-23 19:30:44 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2012-10-23 19:30:44 -0700 |
commit | 815ea30e8d326830304219a258d5db4b656d3407 (patch) | |
tree | 76786c48a7702c69ead465e1c04a9c457746711b /modules/system/system.api.php | |
parent | dc3f7af04df5dbb5669c407a2ddf5e057a1ff0fd (diff) | |
download | brdo-815ea30e8d326830304219a258d5db4b656d3407.tar.gz brdo-815ea30e8d326830304219a258d5db4b656d3407.tar.bz2 |
Issue #1441180 by scor, avr, Devin Carlson: Fixed hook_requirements() REQUIREMENT_ERROR broadcasting.
Diffstat (limited to 'modules/system/system.api.php')
-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 aae490d85..adef26141 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -2982,7 +2982,7 @@ function hook_file_url_alter(&$uri) { * The returned 'requirements' will be listed on the status report in the * administration section, with indication of the severity level. * Moreover, any requirement with a severity of REQUIREMENT_ERROR severity will - * result in a notice on the the administration overview page. + * result in a notice on the administration configuration page. * * @param $phase * The phase in which requirements are checked: |