Browse Source

Merge pull request #247 from ajstanley/7.x

Changed case to conform to standard
pull/243/merge
ajstanley 12 years ago
parent
commit
6d7cf7e790
  1. 2
      includes/solution_packs.inc

2
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

Loading…
Cancel
Save