diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-08-31 17:45:04 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-08-31 17:45:04 +0000 |
commit | e08ae62eaa8a9a2d0c2ed1caf97c1d267c96dbb5 (patch) | |
tree | bb6f81a67e4b6578a86dc18bfc29d58d529f946a /modules/system | |
parent | 569a336d8879b19d26f2a1d954eb1be5c0d558d3 (diff) | |
download | brdo-e08ae62eaa8a9a2d0c2ed1caf97c1d267c96dbb5.tar.gz brdo-e08ae62eaa8a9a2d0c2ed1caf97c1d267c96dbb5.tar.bz2 |
- Patch #499156 by Wim Leers: corrected documentation.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.api.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index aed81c5a2..922a340f3 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -1493,8 +1493,6 @@ function hook_file_download($filepath) { * (50+ times per page) so performance is critical. * * This function should alter the URI, if it wants to rewrite the file URL. - * If it does so, no other hook_file_url_alter() implementation will be - * allowed to further alter the path. * * @param $uri * The URI to a file for which we need an external URL, or the path to a |