Skip to content

Commit

Permalink
Merge pull request Islandora#1 from nigelgbanks/7.x-ISLANDORA-1042
Browse files Browse the repository at this point in the history
Removed use of deprecated constant PATH_XML_FORM_ELEMENTS_IMAGES
  • Loading branch information
ruebot committed Sep 23, 2014
2 parents 75445fe + fe7d5a3 commit 23c31f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/includes/Tags.inc
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function template_preprocess_tags(&$vars) {
global $base_url;
$tags = &$vars['element'];
// Location of images.
$vars['image_path'] = $base_url . '/' . PATH_XML_FORM_ELEMENTS_IMAGES;
$vars['image_path'] = $base_url . '/' . XML_FORM_ELEMENTS_IMAGES_PATH;
// Visible Add Button.
$vars['add'] = $tags['controls']['add'];
// Hidden Edit Button.
Expand Down

0 comments on commit 23c31f5

Please sign in to comment.