Skip to content
Snippets Groups Projects
Commit 3d5bcd3f authored by Stefan Ruijsenaars's avatar Stefan Ruijsenaars
Browse files

Issue #2051453 by hgoto, joyceg, prabhurajn654, Fabianx: syntax error in...

Issue #2051453 by hgoto, joyceg, prabhurajn654, Fabianx: syntax error in update_manager_update_form()
parent 3a34404d
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ Drupal 7.51, xxxx-xx-xx (development version)
-----------------------
- Exceptions thrown in dblog_watchdog() are now caught and ignored.
- Clarified the warning that appears when modules are missing or have moved.
- Numerous small bugfixes.
- Numerous API documentation improvements.
Drupal 7.50, 2016-07-07
......
......@@ -59,7 +59,7 @@
* @see update_menu()
* @ingroup forms
*/
function update_manager_update_form($form, $form_state = array(), $context) {
function update_manager_update_form($form, $form_state, $context) {
if (!_update_manager_check_backends($form, 'update')) {
return $form;
}
......
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