changed the upgrade system to die after fatal errors
This commit is contained in:
parent
d8e2ac364b
commit
ad681cad1e
3 changed files with 17 additions and 1 deletions
|
|
@ -96,4 +96,6 @@ webgui.
|
|||
- Added a view privileges setting to each forum.
|
||||
- Bugfix [ 822805 ] Emptying trash can cause fatal error
|
||||
(Thanks to Steve Simms.)
|
||||
- Changed the upgrade system to stop after an error so the sys admin can fix
|
||||
the problem before continuing.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
use lib "../../lib";
|
||||
use File::Path;
|
||||
use Getopt::Long;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue