Revision 977
Added by Matthias over 15 years ago
trunk/CHANGELOG | ||
---|---|---|
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 | 14 |
27-Apr-2009 Matthias Gallas |
15 |
# Fixed bug with backup fails if a user has only permissions to admin-tools (ticket #715) |
|
15 | 16 |
# Fixed bug with missing template object in groups and user settings(ticket #716) |
16 | 17 |
25-Apr-2009 Matthias Gallas |
17 | 18 |
! Updated Dutch language files for modules (Thanks to LuckyLuke) |
trunk/wb/modules/backup/backup-sql.php | ||
---|---|---|
35 | 35 |
// Include config |
36 | 36 |
require_once('../../config.php'); |
37 | 37 |
|
38 |
// Create new admin object |
|
39 |
require(WB_PATH.'/framework/class.admin.php'); |
|
40 |
$admin = new admin('Settings', 'settings_advanced', false); |
|
41 |
|
|
42 | 38 |
// Begin output var |
43 | 39 |
$output = "". |
44 | 40 |
"#\n". |
Also available in: Unified diff
Fixed bug with backup fails if a user has only permissions to admin-tools (ticket #715)