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();
|
||||
|
||||
if (Event::handle('StartActivityObjectFromProfile', array($profile, &$object))) {
|
||||
|
||||
$object->type = ActivityObject::PERSON;
|
||||
$object->id = $profile->getUri();
|
||||
$object->title = $profile->getBestName();
|
||||
@ -629,7 +628,6 @@ class ActivityObject
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (!empty($this->geopoint)) {
|
||||
$xo->element(
|
||||
'georss:point',
|
||||
|
Loading…
Reference in New Issue
Block a user