[10.3.x-only-DO-NOT-MERGE]: #3331771 Fix file_get_contents(): Passing null to parameter
Closes #3331771
Edited by Andrea Kostakis
Merge request reports
Activity
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) {
Please register or sign in to reply