mirror of
https://github.com/friendica/friendica
synced 2025-04-22 00:30:10 +00:00
Code Style: Replace "AS" with "as"
This commit is contained in:
parent
96b41fdb67
commit
9961943b73
10 changed files with 39 additions and 39 deletions
|
@ -45,7 +45,7 @@ class XSocialRelay extends BaseModule
|
|||
$tagitems = explode(',', $server_tags);
|
||||
|
||||
/// @todo Check if it was better to use "strtolower" on the tags
|
||||
foreach ($tagitems AS $tag) {
|
||||
foreach ($tagitems as $tag) {
|
||||
$systemTags[] = trim($tag, '# ');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue