Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
This commit is contained in:
commit
d7d46def9d
@ -60,7 +60,7 @@ class Mail extends \Zotlabs\Web\Controller {
|
|||||||
if($j['permissions']['data']) {
|
if($j['permissions']['data']) {
|
||||||
$permissions = crypto_unencapsulate($j['permissions'],$channel['channel_prvkey']);
|
$permissions = crypto_unencapsulate($j['permissions'],$channel['channel_prvkey']);
|
||||||
if($permissions)
|
if($permissions)
|
||||||
$permissions = json_decode($permissions);
|
$permissions = json_decode($permissions, true);
|
||||||
logger('decrypted permissions: ' . print_r($permissions,true), LOGGER_DATA);
|
logger('decrypted permissions: ' . print_r($permissions,true), LOGGER_DATA);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
2
boot.php
2
boot.php
@ -44,7 +44,7 @@ require_once('include/account.php');
|
|||||||
|
|
||||||
|
|
||||||
define ( 'PLATFORM_NAME', 'hubzilla' );
|
define ( 'PLATFORM_NAME', 'hubzilla' );
|
||||||
define ( 'STD_VERSION', '1.13' );
|
define ( 'STD_VERSION', '1.13.1' );
|
||||||
define ( 'ZOT_REVISION', '1.1' );
|
define ( 'ZOT_REVISION', '1.1' );
|
||||||
|
|
||||||
define ( 'DB_UPDATE_VERSION', 1182 );
|
define ( 'DB_UPDATE_VERSION', 1182 );
|
||||||
|
Reference in New Issue
Block a user