Created
July 10, 2012 10:12
-
-
Save tmhpfnr/3082469 to your computer and use it in GitHub Desktop.
TYPO3: WebKit PDF: Undefined second argument for sanitizeURL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// line 143 | |
$url = tx_webkitpdf_utils::sanitizeURL($url, $allowedHosts); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// line 22 | |
static public function sanitizeURL($url) { /* ... */ } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment