From e25d7b756558cdc7a6b5cb33ed5c464c41295155 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 4 Jan 2010 14:41:59 +0000 Subject: feature 1364: subscribe to pl.piwigo.org/announcement when current language is pl_PL git-svn-id: http://piwigo.org/svn/branches/2.0@4617 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/include/functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'admin') diff --git a/admin/include/functions.php b/admin/include/functions.php index 1081c9f3d..018fd5021 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -2123,6 +2123,7 @@ function get_newsletter_subscribe_base_url($language) { 'de_DE' => 'de.piwigo.org', 'es_ES' => 'es.piwigo.org', 'zh_CN' => 'cn.piwigo.org', + 'pl_PL' => 'pl.piwigo.org', ); if (isset($domain_of[$language])) { -- cgit v1.2.3