Skip to content

Commit

Permalink
Fix #0014112: maximum execution time when uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis committed Sep 28, 2014
1 parent ae90848 commit c14bc8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bug_file_add.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
require_api( 'print_api.php' );
require_api( 'string_api.php' );

helper_begin_long_process();

$f_bug_id = gpc_get_int( 'bug_id', -1 );
$f_files = gpc_get_file( 'ufile', -1 );

Expand Down

0 comments on commit c14bc8a

Please sign in to comment.