X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fvideos.php;h=00c7c6dfa1798654855dd5d803e3ee5b8b888a4c;hb=c99247ddabe7e8383aa86f94d4ffae73e382a710;hp=58c4b6c6508bb4f5adaba776da6551aa487b3c92;hpb=8ec5b06e0440302cef9f6bc2f35730fca5a9030e;p=friendica.git diff --git a/mod/videos.php b/mod/videos.php index 58c4b6c650..00c7c6dfa1 100644 --- a/mod/videos.php +++ b/mod/videos.php @@ -368,8 +368,8 @@ function videos_content(App &$a) { $videos = array(); if (dbm::is_result($r)) { - foreach($r as $rr) { - if($a->theme['template_engine'] === 'internal') { + foreach ($r as $rr) { + if ($a->theme['template_engine'] === 'internal') { $alt_e = template_escape($rr['filename']); $name_e = template_escape($rr['album']); }