]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge pull request #4331 from annando/other-hashtags
[friendica.git] / boot.php
index 58c0cc6c315c9f93a70c6efa04bc9ab0820fdbd7..ede6fc77b9be4c94f416f806501e16c074bccaf7 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -40,7 +40,7 @@ define('FRIENDICA_PLATFORM',     'Friendica');
 define('FRIENDICA_CODENAME',     'Asparagus');
 define('FRIENDICA_VERSION',      '3.6-dev');
 define('DFRN_PROTOCOL_VERSION',  '2.23');
-define('DB_UPDATE_VERSION',      1245);
+define('DB_UPDATE_VERSION',      1247);
 define('NEW_UPDATE_ROUTINE_VERSION', 1170);
 
 /**
@@ -781,7 +781,7 @@ function run_update_function($x)
                        //send the administrator an e-mail
                        DBStructure::updateFail(
                                $x,
-                               sprintf(L10n::t('Update %s failed. See error logs.'), $x)
+                               L10n::t('Update %s failed. See error logs.', $x)
                        );
                        return false;
                } else {