From e8353656924be31725e6293f411d5413c5966eb1 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Wed, 14 Oct 2015 15:28:45 -0400 Subject: Issue #2480805 by JacobSanford, eiriksm, jhodgdon: The function doc block for image_style_deliver is missing a parameter --- modules/image/image.module | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/image/image.module b/modules/image/image.module index dd71253d5..526330c67 100644 --- a/modules/image/image.module +++ b/modules/image/image.module @@ -801,6 +801,8 @@ function image_style_options($include_empty = TRUE, $output = CHECK_PLAIN) { * * @param $style * The image style + * @param $scheme + * The file scheme, for example 'public' for public files. */ function image_style_deliver($style, $scheme) { $args = func_get_args(); -- cgit v1.2.3