X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fplugin.php;h=e37ae84357e2bba73d9a702ba3bb2fb6993d1fe9;hb=355c42cb309eb1313097411067ca999b699aa620;hp=df33fd3f201975e0f63c3ebd2e331fb7e7636b2d;hpb=7873347c65ecf936661130392a8680dbad162056;p=friendica.git diff --git a/include/plugin.php b/include/plugin.php old mode 100755 new mode 100644 index df33fd3f20..e37ae84357 --- a/include/plugin.php +++ b/include/plugin.php @@ -249,6 +249,7 @@ function get_theme_info($theme){ list($k,$v) = array_map("trim", explode(":",$l,2)); $k= strtolower($k); if ($k=="author"){ + $r=preg_match("|([^<]+)<([^>]+)>|", $v, $m); if ($r) { $info['author'][] = array('name'=>$m[1], 'link'=>$m[2]);