X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fbabel.php;h=e8ea11c94e904305d6d89985c5ab730e6cfcabb6;hb=8a0b057dc7dbf26ac78393f06a4413bf0512471d;hp=56455bdb21dd342192c01cfe59efe26ed3455038;hpb=db949bb802448184bfe5164d8d3dd86ddf51b187;p=friendica.git diff --git a/mod/babel.php b/mod/babel.php index 56455bdb21..e8ea11c94e 100644 --- a/mod/babel.php +++ b/mod/babel.php @@ -9,8 +9,7 @@ function visible_lf($s) { return str_replace("\n",'
', $s); } -if(! function_exists('babel_content')) { -function babel_content(&$a) { +function babel_content(App $a) { $o .= '

Babel Diagnostic

'; @@ -78,4 +77,3 @@ function babel_content(&$a) { return $o; } -}