Fix for group timeline feeds by name

This commit is contained in:
Brion Vibber 2010-02-25 21:27:46 -08:00
parent 08c17bfcaa
commit b573c5e260

View File

@ -1248,7 +1248,7 @@ class ApiAction extends Action
if (empty($local)) {
return null;
} else {
return User_group::staticGet('id', $local->id);
return User_group::staticGet('id', $local->group_id);
}
}
}