removed parentheses and indended it for better readability

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-03-25 12:55:13 +01:00
parent bd4cee8c21
commit d64dafec63
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 6 additions and 1 deletions

View File

@ -1234,7 +1234,12 @@ class App {
} }
function get_useragent() { function get_useragent() {
return (FRIENDICA_PLATFORM." '".FRIENDICA_CODENAME."' ".FRIENDICA_VERSION."-".DB_UPDATE_VERSION."; ".$this->get_baseurl()); return
FRIENDICA_PLATFORM . " '" .
FRIENDICA_CODENAME . "' " .
FRIENDICA_VERSION . "-" .
DB_UPDATE_VERSION . "; " .
$this->get_baseurl();
} }
function is_friendica_app() { function is_friendica_app() {