Skip to content

Instantly share code, notes, and snippets.

@tmhpfnr
Created July 10, 2012 10:12
Show Gist options
  • Save tmhpfnr/3082469 to your computer and use it in GitHub Desktop.
Save tmhpfnr/3082469 to your computer and use it in GitHub Desktop.
TYPO3: WebKit PDF: Undefined second argument for sanitizeURL
// line 143
$url = tx_webkitpdf_utils::sanitizeURL($url, $allowedHosts);
// 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