beep boop test change

This commit is contained in:
Andreas 2019-09-27 13:56:34 +02:00
parent 5aa75f57be
commit 916ed28fc8

View File

@ -33,6 +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
}
}
}