From: Sam Reed Date: Thu, 14 Jan 2010 10:11:45 +0000 (+0000) Subject: Fixup r61005, seems i failed at applying the patch X-Git-Tag: 1.31.0-rc.0~38274 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=83cc0ac5ae976746886cecc68e87f79e7c390489;p=lhc%2Fweb%2Fwiklou.git Fixup r61005, seems i failed at applying the patch --- 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 );