Merge branch 'master' of https://github.com/friendica/friendica into threaded_items
Conflicts: include/conversation.php
This commit is contained in:
commit
e247915f48
21 changed files with 72 additions and 55 deletions
3
boot.php
3
boot.php
|
|
@ -11,7 +11,7 @@ require_once('include/cache.php');
|
|||
require_once('library/Mobile_Detect/Mobile_Detect.php');
|
||||
|
||||
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
||||
define ( 'FRIENDICA_VERSION', '3.0.1424' );
|
||||
define ( 'FRIENDICA_VERSION', '3.0.1425' );
|
||||
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
||||
define ( 'DB_UPDATE_VERSION', 1155 );
|
||||
|
||||
|
|
@ -349,6 +349,7 @@ if(! class_exists('App')) {
|
|||
public $plugins;
|
||||
public $apps = array();
|
||||
public $identities;
|
||||
public $sourcename = '';
|
||||
|
||||
public $nav_sel;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue