diff options
Diffstat (limited to 'includes/db_schema/db_schema_12_13.php')
| -rw-r--r-- | includes/db_schema/db_schema_12_13.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/db_schema/db_schema_12_13.php b/includes/db_schema/db_schema_12_13.php index 64dd1ee7c9..f98544dda7 100644 --- a/includes/db_schema/db_schema_12_13.php +++ b/includes/db_schema/db_schema_12_13.php @@ -43,5 +43,5 @@ self::exec("DELETE FROM `##gedcom_setting` WHERE setting_name IN ('SHOW_MEDIA_FI self::exec("DELETE FROM `##default_resn` WHERE tag_type IN ('_PRIM')"); // Update the version to indicate success -WT_Site::preference($schema_name, $next_version); +WT_Site::setPreference($schema_name, $next_version); |
