Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GoogleGroupsBridge] Add new bridge for Google Groups #2451

Merged
merged 7 commits into from
Mar 26, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove newline
yamanq committed Mar 25, 2022
commit 8c2b6ba25b78b373d187a1658d419cd0ef2a65ac
1 change: 0 additions & 1 deletion bridges/GoogleGroupsBridge.php
Original file line number Diff line number Diff line change
@@ -42,7 +42,6 @@ class GoogleGroupsBridge extends XPathAbstract {

protected function getSourceUrl() {
$source = self::URI;

$account = $this->getInput('account');
if($account) {
$source = $source . '/a/' . $account;