]> git.mxchange.org Git - friendica.git/commitdiff
Standards
authorHypolite Petovan <ben.lort@gmail.com>
Thu, 8 Dec 2016 04:11:53 +0000 (23:11 -0500)
committerHypolite Petovan <ben.lort@gmail.com>
Thu, 8 Dec 2016 04:11:53 +0000 (23:11 -0500)
include/text.php

index cfd9b167d0e64a22fa68c85486cc5d8bcae07f58..1197f24ee169421e9ab45336b454ad79ae8e18db 100644 (file)
@@ -1182,7 +1182,7 @@ function redir_private_images($a, &$item)
        $cnt = preg_match_all('|\[img\](http[^\[]*?/photo/[a-fA-F0-9]+?(-[0-9]\.[\w]+?)?)\[\/img\]|', $item['body'], $matches, PREG_SET_ORDER);
        if ($cnt) {
                foreach ($matches as $mtch) {
-                       if(strpos($mtch[1], '/redir') !== false) {
+                       if (strpos($mtch[1], '/redir') !== false) {
                                continue;
                        }