From 08e7cf05b5126613d0f30211e4466eddec65a86c Mon Sep 17 00:00:00 2001 From: slawkens Date: Thu, 1 Feb 2024 19:00:44 +0100 Subject: [PATCH] Remove link, looks bad on Whoops --- system/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/init.php b/system/init.php index 50c79862..db1045b4 100644 --- a/system/init.php +++ b/system/init.php @@ -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 this 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