Browse Source

ISLANDORA-206 Fixed strict warning by declaring a function static.

pull/105/head
Nigel Banks 14 years ago
parent
commit
c0a5a02c82
  1. 2
      ObjectHelper.inc

2
ObjectHelper.inc

@ -1026,7 +1026,7 @@ class ObjectHelper {
}
}
function warnIfMisconfigured($app) {
public static function warnIfMisconfigured($app) {
$messMap = array(
'Kakadu' => 'Full installation instructions for Kakadu can be found
<a href=http://www.kakadusoftware.com/index.php?option=com_content&task=view&id=27&Itemid=23>Here</a>',

Loading…
Cancel
Save