X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Frevision-functions.php;h=6770020637569f208ede247f7018882890337f5d;hb=34b1f5b69205b08c760d6dcc87ef6a2d1c291261;hp=ef9e0d8a2eefd6aa3a5d2793d0128b196eb5fb82;hpb=c3b4eaf29946349ff058691db2dcb615a5379bb2;p=mailer.git diff --git a/inc/revision-functions.php b/inc/revision-functions.php index ef9e0d8a2e..6770020637 100644 --- a/inc/revision-functions.php +++ b/inc/revision-functions.php @@ -218,7 +218,7 @@ function getArrayFromRepositoryData () { // Add author to the Tag if the author is set and is not quix0r (lead coder) if ((isset($GLOBALS['cache_array']['revision']['Author'][0])) && ($GLOBALS['cache_array']['revision']['Author'][0] != 'quix0r')) { - $GLOBALS['cache_array']['revision']['Tag'][0] .= '-'.strtoupper($GLOBALS['cache_array']['revision']['Author'][0]); + $GLOBALS['cache_array']['revision']['Tag'][0] .= '-' . strtoupper($GLOBALS['cache_array']['revision']['Author'][0]); } // END - if } else {