This commit is contained in:
Andreas 2019-09-27 14:33:36 +02:00
parent 6fd5b8e78d
commit 620d2aae3c

View File

@ -33,7 +33,7 @@ class TA_PopulateDB extends TestAction{
catch(PDOException $e){
self::logMessage("created test replies", "FAILURE");
die("pdo exception, cannot connect to sql:<br> $e");
//test change 4
//test change 5
}
}
}