Correction of prefix spelling
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 16 Jul 2018 17:49:01 +0000 (13:49 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 16 Jul 2018 17:49:01 +0000 (13:49 -0400)
For the create file

setup/databaseScripts/create_database_V1.1.37.sql

index e54ebbe..9c248db 100644 (file)
@@ -667,7 +667,7 @@ INSERT INTO {prefix}settings_theme
 ----
 
 -- Member Email Notifications
-CREATE TABLE {perfix}email_notifications (
+CREATE TABLE {prefix}email_notifications (
     id INT NOT NULL AUTO_INCREMENT,
     notification_message TEXT NULL,
     declined_message TEXT NULL,