summaryrefslogtreecommitdiff
path: root/authorize.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-02-05 22:03:03 +0000
committerDries Buytaert <dries@buytaert.net>2010-02-05 22:03:03 +0000
commit4bacfbd512e13fc032535073e5ef36bbb25cb096 (patch)
treee54150c740cc1734cb157334c5ab7c33a713871f /authorize.php
parent2acf463dfed135050f54eab64884e27efdf7507d (diff)
downloadbrdo-4bacfbd512e13fc032535073e5ef36bbb25cb096.tar.gz
brdo-4bacfbd512e13fc032535073e5ef36bbb25cb096.tar.bz2
- Patch #704656 by clemens.tolboom: authorize.php failed to proceed when 'Install from a URL' was selected. Undefined ajax_process_form().
Diffstat (limited to 'authorize.php')
-rw-r--r--authorize.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/authorize.php b/authorize.php
index 68e7879ea..78de76ceb 100644
--- a/authorize.php
+++ b/authorize.php
@@ -65,6 +65,7 @@ require_once DRUPAL_ROOT . '/includes/session.inc';
require_once DRUPAL_ROOT . '/includes/common.inc';
require_once DRUPAL_ROOT . '/includes/file.inc';
require_once DRUPAL_ROOT . '/includes/module.inc';
+require_once DRUPAL_ROOT . '/includes/ajax.inc';
// We prepare only a minimal bootstrap. This includes the database and
// variables, however, so we have access to the class autoloader registry.