From a9abf13eaf35ac60b3b6a76b3f81427210a7d581 Mon Sep 17 00:00:00 2001 From: Alan Stanley Date: Tue, 29 Jan 2013 13:03:36 -0400 Subject: [PATCH] Changed case ot conform to standard --- includes/solution_packs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/solution_packs.inc b/includes/solution_packs.inc index fc696eb5..f3e0f0e8 100644 --- a/includes/solution_packs.inc +++ b/includes/solution_packs.inc @@ -629,7 +629,7 @@ function theme_islandora_viewers_table($variables) { * if no viewer is set. */ -function islandora_get_viewer($params = NULL, $variable_id = NULL, $fedora_object = null) { +function islandora_get_viewer($params = NULL, $variable_id = NULL, $fedora_object = NULL) { // get viewer from settings $settings = variable_get($variable_id, array()); // make sure a viewer is set