diff options
Diffstat (limited to 'includes/db_schema/db_schema_1_2.php')
| -rw-r--r-- | includes/db_schema/db_schema_1_2.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/db_schema/db_schema_1_2.php b/includes/db_schema/db_schema_1_2.php index 6dc301d761..4f0f2e8de7 100644 --- a/includes/db_schema/db_schema_1_2.php +++ b/includes/db_schema/db_schema_1_2.php @@ -51,5 +51,5 @@ self::exec( ") COLLATE utf8_unicode_ci ENGINE=InnoDB" ); -// Update the version to indicate sucess +// Update the version to indicate success set_site_setting($schema_name, $next_version); |
