summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-10-14 15:28:45 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-10-14 15:28:45 -0400
commite8353656924be31725e6293f411d5413c5966eb1 (patch)
tree83df57e87d5fe46b9276b83a2efb50fa0cce1a09
parent793788fc2539211a539ffd8f1868c13932153353 (diff)
downloadbrdo-e8353656924be31725e6293f411d5413c5966eb1.tar.gz
brdo-e8353656924be31725e6293f411d5413c5966eb1.tar.bz2
Issue #2480805 by JacobSanford, eiriksm, jhodgdon: The function doc block for image_style_deliver is missing a parameter
-rw-r--r--modules/image/image.module2
1 files changed, 2 insertions, 0 deletions
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();