diff options
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 |