Skip to content

Commit 4bacfbd

Browse files
committed
- Patch #704656 by clemens.tolboom: authorize.php failed to proceed when 'Install from a URL' was selected. Undefined ajax_process_form().
1 parent 2acf463 commit 4bacfbd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎authorize.php‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ function authorize_access_allowed() {
6565
require_once DRUPAL_ROOT . '/includes/common.inc';
6666
require_once DRUPAL_ROOT . '/includes/file.inc';
6767
require_once DRUPAL_ROOT . '/includes/module.inc';
68+
require_once DRUPAL_ROOT . '/includes/ajax.inc';
6869

6970
// We prepare only a minimal bootstrap. This includes the database and
7071
// variables, however, so we have access to the class autoloader registry.

0 commit comments

Comments
 (0)