Skip to content
Snippets Groups Projects
Commit 4bacfbd5 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #704656 by clemens.tolboom: authorize.php failed to proceed when...

- Patch #704656 by clemens.tolboom: authorize.php failed to proceed when 'Install from a URL' was selected. Undefined ajax_process_form().
parent 2acf463d
No related branches found
No related tags found
Loading
......@@ -65,6 +65,7 @@ function authorize_access_allowed() {
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.
......
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