Skip to content

Commit

Permalink
Cleaning up error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylea Jackson committed Mar 27, 2015
1 parent a1c0978 commit df9ad6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions islandora_large_image.module
Expand Up @@ -125,9 +125,9 @@ function islandora_large_image_islandora_xml_form_builder_forms() {
}

/**
* Implements hook_islandora_content_model_forms_form_associations().
* Implements hook_islandora_xml_form_builder_form_associations().
*/
function islandora_large_image_islandora_content_model_forms_form_associations() {
function islandora_large_image_islandora_xml_form_builder_form_associations() {
return array(
'islandora_large_image_mods_form' => array(
'content_model' => 'islandora:sp_large_image_cmodel',
Expand Down

0 comments on commit df9ad6f

Please sign in to comment.