]> git.mxchange.org Git - friendica.git/blobdiff - mod/match.php
Added check for MySQL driver for PDO.
[friendica.git] / mod / match.php
index a9535d2d669a19868324a57645b1abc4a4c5ffb6..44f5141ad889e10df007195db88874743dfb1fff 100644 (file)
@@ -10,10 +10,10 @@ require_once('mod/proxy.php');
  * It takes keywords from your profile and queries the directory server for
  * matching keywords from other profiles.
  *
- * @param App &$a
+ * @param App $a
  * @return void|string
  */
-function match_content(&$a) {
+function match_content(App $a) {
 
        $o = '';
        if (! local_user()) {