Skip to content
Snippets Groups Projects

[10.3.x-only-DO-NOT-MERGE]: #3331771 Fix file_get_contents(): Passing null to parameter

Open Andrea Kostakis requested to merge issue/drupal-3331771:3331771-oembed-fails-to into 10.3.x

Closes #3331771

Edited by Andrea Kostakis

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
1721 1721 */
1722 1722 function system_update_11001(&$sandbox) {
1723 1723 // Execute only if allowed setting, 'timestamp_field_update_y2038', is true.
1724 if (!Settings::get('timestamp_field_update_y2038', FALSE)) {
1724 if (Settings::get('timestamp_field_update_y2038', FALSE) === FALSE) {
  • Andrea Kostakis changed title from Issue #3461690 by quietone, dww, longwave: Add tests for updates should not... to [10.3.x-only-DO-NOT-MERGE]: #3331771 Fix file_get_contents(): Passing null to parameter

    changed title from Issue #3461690 by quietone, dww, longwave: Add tests for updates should not... to [10.3.x-only-DO-NOT-MERGE]: #3331771 Fix file_get_contents(): Passing null to parameter

  • Andrea Kostakis changed the description

    changed the description

  • Please register or sign in to reply
    Loading