Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 28ec509

Browse files
authored
Merge pull request #51 from d-r-p/7.x-ISLANDORA-2248
ISLANDORA-2248: Prevent PHP Strict standards issue
2 parents ad83024 + 7d1f448 commit 28ec509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/XMLDocument.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class _XMLDocument extends DOMDocument {
226226
/**
227227
* Removed function.
228228
*/
229-
public function loadHTMLFile($filename) {
229+
public function loadHTMLFile($filename, $options = NULL) {
230230
throw new Exception(__FUNCTION__ . ' is not supported.');
231231
}
232232

0 commit comments

Comments
 (0)