summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-03-28 06:03:14 +0000
committerGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-03-28 06:03:14 +0000
commit47794901274b615e96a2db45a723a1962c65e5e8 (patch)
tree7ace6160a6c12b603c002c015079dc7cfc8397dd /includes
parentcad28df22b5077056e80709d6ec544bb82000e8b (diff)
downloadbrdo-47794901274b615e96a2db45a723a1962c65e5e8.tar.gz
brdo-47794901274b615e96a2db45a723a1962c65e5e8.tar.bz2
#56089, fixed typo, patch by tenrapid
Diffstat (limited to 'includes')
-rw-r--r--includes/form.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/form.inc b/includes/form.inc
index 18ae0b145..3d5e9497d 100644
--- a/includes/form.inc
+++ b/includes/form.inc
@@ -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']);