Skip to content

Commit

Permalink
Merge pull request #33 from nigelgbanks/ISLANDORA-351
Browse files Browse the repository at this point in the history
ISLANDORA-351: Undefined variable Error collection_pid in collection_crea
  • Loading branch information
nigelgbanks committed Sep 20, 2011
2 parents 2cf5371 + f78015f commit bd44dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CollectionClass.inc
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ function collection_creation_form(&$form_state, $parent_collection_pid) {
$content_models = get_content_models_as_option_array();
$form['titlebox'] = array(
'#type' => 'item',
'#value' => t("Create New Child Collection within $collection_pid"),
'#value' => t("Create New Child Collection within $parent_collection_pid"),
);

$form['collection_name'] = array(
Expand Down

0 comments on commit bd44dd0

Please sign in to comment.