Skip to content

Commit

Permalink
Partial revert: helper functions are required in install.php
Browse files Browse the repository at this point in the history
Looks like I removed the require_api() call a bit too fast in
6f20d37.

Issue #20553
  • Loading branch information
dregad committed Jan 30, 2016
1 parent 6f20d37 commit 5dc8236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/install.php
Expand Up @@ -32,6 +32,7 @@
define( 'MANTIS_MAINTENANCE_MODE', true );

require_once( dirname( dirname( __FILE__ ) ) . '/core.php' );
require_api( 'install_helper_functions_api.php' );
require_api( 'crypto_api.php' );
$g_error_send_page_header = false; # bypass page headers in error handler

Expand Down

0 comments on commit 5dc8236

Please sign in to comment.