Skip to content
Snippets Groups Projects

OpenGraph: surpress warnings when fetching, abort on fail

Merged Philipp Schüttlöffel requested to merge luh/studip:50-opengraph-fehler-abfangen into main
1 unresolved thread

Closes #50 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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) {
  • added 1 commit

    • 634aa436 - OpenGraph: reworked: surpress warnings when fetching, abort on fail

    Compare with previous version

  • Elmar Ludwig approved this merge request

    approved this merge request

  • merged

  • Elmar Ludwig mentioned in commit 39a73bb0

    mentioned in commit 39a73bb0

  • Please register or sign in to reply
    Loading