diff options
Diffstat (limited to 'includes/db_schema/db_schema_2_3.php')
| -rw-r--r-- | includes/db_schema/db_schema_2_3.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/db_schema/db_schema_2_3.php b/includes/db_schema/db_schema_2_3.php index 1991ed3a2a..df12428b11 100644 --- a/includes/db_schema/db_schema_2_3.php +++ b/includes/db_schema/db_schema_2_3.php @@ -58,5 +58,5 @@ try { // Perhaps we have already deleted these columns? } -// Update the version to indicate sucess +// Update the version to indicate success set_site_setting($schema_name, $next_version); |
