]> git.mxchange.org Git - friendica.git/blobdiff - mod/match.php
Merge remote-tracking branch 'upstream/develop' into 1602-diaspora
[friendica.git] / mod / match.php
index f4936b28dc95b5ca67cfd31a8e02000125d93b28..3b0367b4290e1efd02ccbd945eca34fb4e79bb4d 100644 (file)
@@ -13,7 +13,6 @@ require_once('mod/proxy.php');
  * @param App &$a
  * @return void|string
  */
-if(! function_exists('match_content')) {
 function match_content(&$a) {
 
        $o = '';
@@ -110,4 +109,3 @@ function match_content(&$a) {
 
        return $o;
 }
-}