Skip to content

Commit efd4f18

Browse files
committed
Apply 1 suggestion(s) to 1 file(s)
1 parent 62b0c1f commit efd4f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/plugin_backuplist.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected function makeBackup(&$message, &$error, $wb)
5858
if ($tmp['number'] == 0) {
5959
if($action_type === 'backup_database') {
6060
// get all server ids of databases for this domain
61-
$sql = 'SELECT distinct(`server_id`) FROM `web_database` WHERE `parent_domain_id` = ?';
61+
$sql = 'SELECT DISTINCT `server_id` FROM `web_database` WHERE `parent_domain_id` = ?';
6262
$result = $app->db->query($sql, $domain_id);
6363
while(($cur = $result->get())) {
6464
$server_id = $cur['server_id'];

0 commit comments

Comments
 (0)