Skip to content
Snippets Groups Projects
Commit 47794901 authored by Gerhard Killesreiter's avatar Gerhard Killesreiter
Browse files

#56089, fixed typo, patch by tenrapid

parent cad28df2
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,7 @@ function drupal_get_form($form_id, &$form, $callback = NULL) {
}
if ($goto !== FALSE) {
if (is_array($goto)) {
call_user_func_array('drupal_goto', $redirect);
call_user_func_array('drupal_goto', $goto);
}
elseif (!isset($goto)) {
drupal_goto($_GET['q']);
......
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