mirror of
https://github.com/friendica/friendica
synced 2025-05-09 19:44:10 +02:00
Rename namespace
This commit is contained in:
parent
07cea24430
commit
2fba7ed477
11 changed files with 156 additions and 161 deletions
|
@ -32,7 +32,7 @@ use Friendica\Model\Mail;
|
|||
use Friendica\Model\Profile;
|
||||
use Friendica\Model\User;
|
||||
use Friendica\Network\Probe;
|
||||
use Friendica\Protocol\Activity\Namespaces;
|
||||
use Friendica\Protocol\Activity\ANamespace;
|
||||
use Friendica\Util\Crypto;
|
||||
use Friendica\Util\DateTimeFormat;
|
||||
use Friendica\Util\Map;
|
||||
|
@ -466,7 +466,7 @@ class Diaspora
|
|||
}
|
||||
}
|
||||
|
||||
$base = $basedom->children(Namespaces::SALMON_ME);
|
||||
$base = $basedom->children(ANamespace::SALMON_ME);
|
||||
|
||||
// Not sure if this cleaning is needed
|
||||
$data = str_replace([" ", "\t", "\r", "\n"], ["", "", "", ""], $base->data);
|
||||
|
@ -578,7 +578,7 @@ class Diaspora
|
|||
$author_link = str_replace('acct:', '', $idom->author_id);
|
||||
}
|
||||
|
||||
$dom = $basedom->children(Namespaces::SALMON_ME);
|
||||
$dom = $basedom->children(ANamespace::SALMON_ME);
|
||||
|
||||
// figure out where in the DOM tree our data is hiding
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue