From 83cc0ac5ae976746886cecc68e87f79e7c390489 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 14 Jan 2010 10:11:45 +0000 Subject: [PATCH] Fixup r61005, seems i failed at applying the patch --- includes/SkinTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index c082502ccf..9bc3b2ee4c 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -424,7 +424,7 @@ class SkinTemplate extends Skin { $tpl->setRef( 'credits', $this->credits ); } else { - $tpl->set( 'copyright', false ); + $tpl->set( 'copyright', $this->getCopyright() ); $tpl->set( 'viewcount', false ); $tpl->set( 'lastmod', false ); $tpl->set( 'credits', false ); -- 2.20.1