Skip to content
Snippets Groups Projects
Commit 7a0111af authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

#212921 by fgm: remove unused reference on update_process_info_list()...

#212921 by fgm: remove unused reference on update_process_info_list() parameter list, which causes strict warnings in PHP 5
parent 2a0f65a7
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -32,7 +32,7 @@ function update_get_projects() { ...@@ -32,7 +32,7 @@ function update_get_projects() {
/** /**
* Populate an array of project data. * Populate an array of project data.
*/ */
function _update_process_info_list(&$projects, &$list, $project_type) { function _update_process_info_list(&$projects, $list, $project_type) {
foreach ($list as $file) { foreach ($list as $file) {
if (empty($file->status)) { if (empty($file->status)) {
// Skip disabled modules or themes. // Skip disabled modules or themes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment