Leding tabs to spaces.
Superfluous whitespace removed.
This commit is contained in:
parent
8c63d6ead4
commit
cad040ce4e
@ -446,7 +446,6 @@ class ActivityObject
|
|||||||
$object = new ActivityObject();
|
$object = new ActivityObject();
|
||||||
|
|
||||||
if (Event::handle('StartActivityObjectFromProfile', array($profile, &$object))) {
|
if (Event::handle('StartActivityObjectFromProfile', array($profile, &$object))) {
|
||||||
|
|
||||||
$object->type = ActivityObject::PERSON;
|
$object->type = ActivityObject::PERSON;
|
||||||
$object->id = $profile->getUri();
|
$object->id = $profile->getUri();
|
||||||
$object->title = $profile->getBestName();
|
$object->title = $profile->getBestName();
|
||||||
@ -629,7 +628,6 @@ class ActivityObject
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (!empty($this->geopoint)) {
|
if (!empty($this->geopoint)) {
|
||||||
$xo->element(
|
$xo->element(
|
||||||
'georss:point',
|
'georss:point',
|
||||||
|
Loading…
Reference in New Issue
Block a user