aboutsummaryrefslogtreecommitdiffstats
path: root/lib/news.php
diff options
context:
space:
mode:
authorDamien Lallement <dams@mageia.org>2011-02-15 17:59:55 +0000
committerDamien Lallement <dams@mageia.org>2011-02-15 17:59:55 +0000
commitc598c63d01083fcd1a6fdcbf624d7c059c8c0cb2 (patch)
treeb1a40b4f2efd780909634a0da966ad2eda7e9806 /lib/news.php
parenta283a87ff9c8ce205ad0d7ced2f5ca4b62885381 (diff)
downloadwww-c598c63d01083fcd1a6fdcbf624d7c059c8c0cb2.tar
www-c598c63d01083fcd1a6fdcbf624d7c059c8c0cb2.tar.gz
www-c598c63d01083fcd1a6fdcbf624d7c059c8c0cb2.tar.bz2
www-c598c63d01083fcd1a6fdcbf624d7c059c8c0cb2.tar.xz
www-c598c63d01083fcd1a6fdcbf624d7c059c8c0cb2.zip
new function to prevent 404 error with missing translations
Diffstat (limited to 'lib/news.php')
-rw-r--r--lib/news.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/news.php b/lib/news.php
index 0a7bcc3c5..f3160aee0 100644
--- a/lib/news.php
+++ b/lib/news.php
@@ -103,4 +103,4 @@ function get_news($locale = 'en', $count = 5, $cache_timeout = 5)
unset($feed);
return $items;
-} \ No newline at end of file
+}