Marius Burkard
2016-02-10 88c307b0ef30a94ea5e9b52a1f9078bf04033d29
server/plugins-available/software_update_plugin.inc.php
@@ -248,7 +248,7 @@
         //* Connect to the database
         $link = mysqli_connect($clientdb_host, $clientdb_user, $clientdb_password);
         if (!$link) {
            $app->log('Unable to connect to the database'.mysqli_error($link), LOGLEVEL_ERROR);
            $app->log('Unable to connect to the database'.mysqli_connect_error(), LOGLEVEL_ERROR);
            return;
         }