Skip to content

Commit

Permalink
Constant �WB_SECFORM_TIMEOUT not set on Upgrade from 2.8.1
Browse files Browse the repository at this point in the history
#110

Still needs some more testing as possibly other constants fail too .
  • Loading branch information
NorHei committed Feb 21, 2016
1 parent 5655bcb commit d016c41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wbce/upgrade-script.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ function status_msg($message, $class = 'check', $element = 'span')
}

// include required scripts and setup admin object
define ("WB_SECFORM_TIMEOUT", 7200); // versions bevore 2.8.2 do not have this value set so its needed
@require_once 'config.php';
require_once WB_PATH . '/framework/functions.php';
require_once WB_PATH . '/framework/class.admin.php';
Expand Down

0 comments on commit d016c41

Please sign in to comment.