Manual Merge Step 3

This commit is contained in:
Yiğit Kerem Oktay 2020-08-14 20:05:34 +03:00 committed by GitHub
parent d99e754647
commit 7d4aaf9948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ class Template{
* Renders footer
* @param Boolean $admin decides whether to load admin scripts
*/
public static function render_footer($admin = false)
public static function render_footer($admin = false,$additional_copyright = "")
{
global $negotiator;
$lang_names = $negotiator->get_accepted_langs();