OpenGraph: surpress warnings when fetching, abort on fail
1 unresolved thread
1 unresolved thread
Closes #50 (closed)
Merge request reports
Activity
172 172 ], 173 173 ]); 174 174 175 $content = file_get_contents($this['url'], false, $context); 175 if(($content = @file_get_contents($this['url'], false, $context)) === false) { changed this line in version 2 of the diff
added 1 commit
- 634aa436 - OpenGraph: reworked: surpress warnings when fetching, abort on fail
mentioned in commit 39a73bb0
Please register or sign in to reply