Merge branch '2.2RC' of https://github.com/redmatrix/hubzilla into 2.2RC_merge
This commit is contained in:
commit
4b1f87050f
@ -206,7 +206,7 @@ class Directory extends \Zotlabs\Web\Controller {
|
|||||||
|
|
||||||
foreach($j['results'] as $rr) {
|
foreach($j['results'] as $rr) {
|
||||||
|
|
||||||
$profile_link = chanlink_hash($rr['hash']);
|
$profile_link = chanlink_url($rr['url']);
|
||||||
|
|
||||||
$pdesc = (($rr['description']) ? $rr['description'] . '<br />' : '');
|
$pdesc = (($rr['description']) ? $rr['description'] . '<br />' : '');
|
||||||
$connect_link = ((local_channel()) ? z_root() . '/follow?f=&url=' . urlencode($rr['address']) : '');
|
$connect_link = ((local_channel()) ? z_root() . '/follow?f=&url=' . urlencode($rr['address']) : '');
|
||||||
|
2
boot.php
2
boot.php
@ -50,7 +50,7 @@ require_once('include/hubloc.php');
|
|||||||
|
|
||||||
|
|
||||||
define ( 'PLATFORM_NAME', 'hubzilla' );
|
define ( 'PLATFORM_NAME', 'hubzilla' );
|
||||||
define ( 'STD_VERSION', '2.1' );
|
define ( 'STD_VERSION', '2.2RC' );
|
||||||
define ( 'ZOT_REVISION', '1.2' );
|
define ( 'ZOT_REVISION', '1.2' );
|
||||||
|
|
||||||
define ( 'DB_UPDATE_VERSION', 1188 );
|
define ( 'DB_UPDATE_VERSION', 1188 );
|
||||||
|
Reference in New Issue
Block a user