diff options
author | Damien Lallement <dams@mageia.org> | 2011-02-15 17:59:55 +0000 |
---|---|---|
committer | Damien Lallement <dams@mageia.org> | 2011-02-15 17:59:55 +0000 |
commit | c598c63d01083fcd1a6fdcbf624d7c059c8c0cb2 (patch) | |
tree | b1a40b4f2efd780909634a0da966ad2eda7e9806 /lib | |
parent | a283a87ff9c8ce205ad0d7ced2f5ca4b62885381 (diff) | |
download | www-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')
-rw-r--r-- | lib/news.php | 2 |
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 +} |