summaryrefslogtreecommitdiff
path: root/bridges/GoogleSearchBridge.php
diff options
context:
space:
mode:
authorJohannes 'josch' Schauer <josch@debian.org>2018-07-20 13:00:02 +0200
committerJohannes 'josch' Schauer <josch@debian.org>2018-07-20 13:00:02 +0200
commitb93b13c065aab268d0fd12ce423bd45ab203642c (patch)
tree091e6ab2bb819c299922afb9a6177286817f0039 /bridges/GoogleSearchBridge.php
parentcad54b35d336e58278a02e72d2b10b8c14acf120 (diff)
Import upstream version 2018-07-17
Diffstat (limited to 'bridges/GoogleSearchBridge.php')
-rw-r--r--bridges/GoogleSearchBridge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/GoogleSearchBridge.php b/bridges/GoogleSearchBridge.php
index 2c4a5f1..2eb5841 100644
--- a/bridges/GoogleSearchBridge.php
+++ b/bridges/GoogleSearchBridge.php
@@ -17,7 +17,7 @@ class GoogleSearchBridge extends BridgeAbstract {
const PARAMETERS = array(array(
'q' => array(
- 'name' => "keyword",
+ 'name' => 'keyword',
'required' => true
)
));