Dominik Müller
2014-01-19 6e8071c5e2eb86a280180638a73ad80e7264f133
server/lib/classes/cron.d/500-backup.inc.php
@@ -72,7 +72,7 @@
            chmod(escapeshellcmd($backup_dir), $backup_dir_permissions);
         }
         $sql = "SELECT * FROM web_domain WHERE server_id = '".$conf['server_id']."' AND (type = 'vhost' OR type = 'vhostsubdomain') AND active = 'y'";
         $sql = "SELECT * FROM web_domain WHERE server_id = '".$conf['server_id']."' AND (type = 'vhost' OR type = 'vhostsubdomain' OR type = 'vhostalias') AND active = 'y'";
         $records = $app->db->queryAllRecords($sql);
         if(is_array($records)) {
            foreach($records as $rec) {