Skip to content
Snippets Groups Projects
Commit c2c00d48 authored by Ahmad  Abbad's avatar Ahmad Abbad Committed by Rajab Natshah
Browse files

Issue #2974402 by Ahmad Abbad: Fixed Warning for [Node Edit Protection]...

Issue #2974402 by Ahmad Abbad: Fixed Warning for [Node Edit Protection] module: array_search() expects parameter 2 to be array
parent dee09fe0
No related branches found
No related tags found
No related merge requests found
......@@ -412,6 +412,10 @@
"drupal/ds": {
"Issue #2779243: Method declaration incompatibility":
"https://www.drupal.org/files/issues/ds-method-declaration-incompatible-2779243-17.patch"
},
"drupal/node_edit_protection": {
"Issue #2941962: Fixed Warning: array_search() expects parameter 2 to be array.":
"https://www.drupal.org/files/issues/2018-05-16/warning-array-search-2941962-4.patch"
}
}
}
......
......@@ -233,6 +233,8 @@ projects[node_edit_protection][type] = module
projects[node_edit_protection][download][url] = https://git.drupal.org/project/node_edit_protection.git
projects[node_edit_protection][download][revision] = 902339c08222f838030c07aaea23bdc51ababebd
projects[node_edit_protection][download][branch] = 8.x-1.x
;; #2941962: Fixed Warning: array_search() expects parameter 2 to be array.
projects[node_edit_protection][patch][] = https://www.drupal.org/files/issues/2018-05-16/warning-array-search-2941962-4.patch
projects[rabbit_hole][type] = module
projects[rabbit_hole][version] = 1.0-beta4
......
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