Bugfix for "Index column size too large"
This commit is contained in:
parent
0c347d1466
commit
6396f92d9b
4 changed files with 26 additions and 28 deletions
4
boot.php
4
boot.php
|
|
@ -43,7 +43,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', 1234 );
|
||||
define ( 'DB_UPDATE_VERSION', 1235 );
|
||||
|
||||
/**
|
||||
* @brief Constant with a HTML line break.
|
||||
|
|
@ -905,7 +905,7 @@ function login($register = false, $hiddens = false) {
|
|||
*/
|
||||
function killme() {
|
||||
if (!get_app()->is_backend()) {
|
||||
session_write_close();
|
||||
@session_write_close();
|
||||
}
|
||||
|
||||
exit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue