own3mall 5 år sedan
förälder
incheckning
dc9597e11f
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      includes/functions.php

+ 1 - 1
includes/functions.php

@@ -1058,7 +1058,7 @@ function deleteMysqlAddonDatabasesForGameServerHome($home_id){
 					}
 				}
 				
-				if ( $modDb->removeMysqlServerDB($db_id) === FALSE )
+				if ( $modDb->removeMysqlServerDB($db_id) !== FALSE )
 				{
 					$dbDeletedCount++;
 				}