Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 976)
+++ trunk/CHANGELOG	(revision 977)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 27-Apr-2009 Matthias Gallas
+#	Fixed bug with backup fails if a user has only permissions to admin-tools (ticket #715)
 #	Fixed bug with missing template object in groups and user settings(ticket #716)
 25-Apr-2009 Matthias Gallas
 !	Updated Dutch language files for modules (Thanks to LuckyLuke)
Index: trunk/wb/modules/backup/backup-sql.php
===================================================================
--- trunk/wb/modules/backup/backup-sql.php	(revision 976)
+++ trunk/wb/modules/backup/backup-sql.php	(revision 977)
@@ -35,10 +35,6 @@
 // Include config
 require_once('../../config.php');
 
-// Create new admin object
-require(WB_PATH.'/framework/class.admin.php');
-$admin = new admin('Settings', 'settings_advanced', false);
-
 // Begin output var
 $output = "".
 "#\n".
