Skip to content

Commit

Permalink
Remove link, looks bad on Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Feb 1, 2024
1 parent 2e482fd commit 08e7cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/init.php
Expand Up @@ -136,7 +136,7 @@

// 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
Expand Down

0 comments on commit 08e7cf0

Please sign in to comment.