Skip to content

Commit 07d23bc

Browse files
committedFeb 27, 2013
Fix #13054: Install: don't suppress errors when including libraries
1 parent 5e14528 commit 07d23bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎admin/install.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# and plugins will not be loaded.
3232
define( 'MANTIS_MAINTENANCE_MODE', true );
3333

34-
@require_once( dirname( dirname( __FILE__ ) ) . DIRECTORY_SEPARATOR . 'core.php' );
34+
require_once( dirname( dirname( __FILE__ ) ) . DIRECTORY_SEPARATOR . 'core.php' );
3535
require_api( 'install_helper_functions_api.php' );
3636
require_api( 'crypto_api.php' );
3737
$g_error_send_page_header = false; # bypass page headers in error handler

0 commit comments

Comments
 (0)
Please sign in to comment.