Browse Source

Fixing coder warning.

pull/670/head
Jonathan Green 8 years ago committed by GitHub
parent
commit
55619f12b1
  1. 2
      theme/theme.inc

2
theme/theme.inc

@ -61,7 +61,7 @@ function islandora_preprocess_islandora_default_edit(array &$variables) {
)),
);
}
else if (user_access(ISLANDORA_VIEW_DATASTREAM_HISTORY)) {
elseif (user_access(ISLANDORA_VIEW_DATASTREAM_HISTORY)) {
$row[] = array();
}
if (islandora_datastream_access(ISLANDORA_VIEW_DATASTREAM_HISTORY, $ds)) {

Loading…
Cancel
Save