plugin check returning 0 vs false
This commit is contained in:
parent
35305fb6d9
commit
4f4b03367a
4 changed files with 4 additions and 13 deletions
2
boot.php
2
boot.php
|
@ -9,7 +9,7 @@ require_once('include/nav.php');
|
||||||
require_once('include/cache.php');
|
require_once('include/cache.php');
|
||||||
|
|
||||||
define ( 'FRIENDIKA_PLATFORM', 'Friendica');
|
define ( 'FRIENDIKA_PLATFORM', 'Friendica');
|
||||||
define ( 'FRIENDIKA_VERSION', '2.3.1153' );
|
define ( 'FRIENDIKA_VERSION', '2.3.1154' );
|
||||||
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
|
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
|
||||||
define ( 'DB_UPDATE_VERSION', 1101 );
|
define ( 'DB_UPDATE_VERSION', 1101 );
|
||||||
|