Marius Cramer
2015-05-13 72773a6744609fdbc3bf39f58f073b05bd074c70
interface/lib/classes/plugin_backuplist.inc.php
@@ -100,7 +100,7 @@
      }
      //* Get the data
      $server_ids = array_unique($server_ids);
      $server_ids = array();
      $web = $app->db->queryOneRecord("SELECT server_id FROM web_domain WHERE domain_id = ?", $this->form->id);
      $databases = $app->db->queryAllRecords("SELECT server_id FROM web_database WHERE parent_domain_id = ?", $this->form->id);
      if($app->functions->intval($web['server_id']) > 0) $server_ids[] = $app->functions->intval($web['server_id']);