Browse Source

Fixing coder warning.

pull/671/head
Jonathan Green 8 years ago committed by Jonathan Green
parent
commit
ce55d5e471
No known key found for this signature in database
GPG Key ID: E96938FA4DF26243
  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(); $row[] = array();
} }
if (islandora_datastream_access(ISLANDORA_VIEW_DATASTREAM_HISTORY, $ds)) { if (islandora_datastream_access(ISLANDORA_VIEW_DATASTREAM_HISTORY, $ds)) {

Loading…
Cancel
Save