diff options
author | plegall <plg@piwigo.org> | 2010-01-04 14:43:09 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-01-04 14:43:09 +0000 |
commit | 72da6d3c7c45728f0c21ecf9dfd8ed0af24a22d0 (patch) | |
tree | 2b8dfc5cd487a81253c5fda1471b8144e4e21720 /admin/include | |
parent | ace36384ea4053f314b7196254735be952b31191 (diff) |
merge r4617 from branch 2.0 to trunk
feature 1364: subscribe to pl.piwigo.org/announcement when current language is pl_PL
git-svn-id: http://piwigo.org/svn/trunk@4618 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/include/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/include/functions.php b/admin/include/functions.php index 5a7f791f3..b0d0c4325 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -1882,6 +1882,7 @@ function get_newsletter_subscribe_base_url($language) { 'it_IT' => 'it.piwigo.org', 'de_DE' => 'de.piwigo.org', 'es_ES' => 'es.piwigo.org', + 'pl_PL' => 'pl.piwigo.org', ); if (isset($domain_of[$language])) { |