Browse Source

Excessively long line in comment...

... whoops.
pull/896/head
Adam Vessey 3 years ago
parent
commit
c2a084a6aa
No known key found for this signature in database
GPG Key ID: 89B39535BF6D0D39
  1. 5
      islandora.install

5
islandora.install

@ -207,7 +207,8 @@ function islandora_update_8007() {
throw new UpdateException('Failed; encountered an exception while trying to enable ctools.', 0, $e);
}
// Theoretically impossible to hit, as ModuleInstaller::install() only returns TRUE (or throws/propagates an exception), but...
// probably a good idea to have the here, just in case?
// Theoretically impossible to hit, as ModuleInstaller::install() only returns
// TRUE (or throws/propagates an exception), but... probably a good idea to
// have the here, just in case?
throw new UpdateException('Failed; hit the end of the update hook implementation, which is not expected.');
}

Loading…
Cancel
Save