diff --git a/wordpress/plugins/owark/owark.php b/wordpress/plugins/owark/owark.php index fd213cc..d24d232 100644 --- a/wordpress/plugins/owark/owark.php +++ b/wordpress/plugins/owark/owark.php @@ -79,6 +79,8 @@ if (!class_exists("Owark")) { */ function sanity_checks(){ + // Install or upgrade tables if needed + $installed_ver = get_option( "owark_db_version" ); if ($installed_ver != $this->version) { global $wpdb; @@ -98,6 +100,24 @@ if (!class_exists("Owark")) { $this->notices = "
The owark table has been installed or upgraded to version {$this->version}
Please activate the Broken Link Checker so that the Open Web Archive can be fully functional.
The Open Web Archive relies on the Broken Link Checker. Please install this plugin!