Remove link, looks bad on Whoops

This commit is contained in:
slawkens 2024-02-01 19:00:44 +01:00
parent 2e482fdc2a
commit 08e7cf05b5

View File

@ -136,7 +136,7 @@ require_once SYSTEM . 'database.php';
// verify myaac tables exists in database
if(!$db->hasTable('myaac_account_actions')) {
throw new RuntimeException('Seems that the table myaac_account_actions of MyAAC doesn\'t exist in the database. This is a fatal error. You can try to reinstall MyAAC by visiting <a href="' . BASE_URL . 'install">this</a> url.');
throw new RuntimeException('Seems that the table myaac_account_actions of MyAAC doesn\'t exist in the database. This is a fatal error. You can try to reinstall MyAAC by visiting ' . BASE_URL . 'install');
}
// execute migrations