mirror of
https://github.com/friendica/friendica
synced 2025-04-30 00:24:24 +02:00
Some more function calls changed to the new class
This commit is contained in:
parent
77dbb4bfbc
commit
3e79a19e57
7 changed files with 19 additions and 13 deletions
|
@ -99,7 +99,7 @@ function network_to_name($s, $profile = "") {
|
|||
|
||||
$networkname = str_replace($search,$replace,$s);
|
||||
|
||||
if (($s == NETWORK_DIASPORA) AND ($profile != "") AND diaspora_is_redmatrix($profile)) {
|
||||
if (($s == NETWORK_DIASPORA) AND ($profile != "") AND diaspora::is_redmatrix($profile)) {
|
||||
$networkname = t("Hubzilla/Redmatrix");
|
||||
|
||||
$r = q("SELECT `gserver`.`platform` FROM `gcontact`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue