aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/license/php-mo.php
diff options
context:
space:
mode:
authorFilip Komar <filip@mageia.org>2013-06-21 17:42:08 +0000
committerFilip Komar <filip@mageia.org>2013-06-21 17:42:08 +0000
commitd26238f2b98625ba784b4865f21767adcc1b8e85 (patch)
treefc4a55b0965db3df8ee1af873f495772941e6784 /en/about/license/php-mo.php
parent72ca7f736e3d6789896e22aaad2da30946a050be (diff)
downloadwww-d26238f2b98625ba784b4865f21767adcc1b8e85.tar
www-d26238f2b98625ba784b4865f21767adcc1b8e85.tar.gz
www-d26238f2b98625ba784b4865f21767adcc1b8e85.tar.bz2
www-d26238f2b98625ba784b4865f21767adcc1b8e85.tar.xz
www-d26238f2b98625ba784b4865f21767adcc1b8e85.zip
missing strings replaced by en + small fixes
Diffstat (limited to 'en/about/license/php-mo.php')
-rw-r--r--en/about/license/php-mo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/about/license/php-mo.php b/en/about/license/php-mo.php
index 616440735..4d5489ca2 100644
--- a/en/about/license/php-mo.php
+++ b/en/about/license/php-mo.php
@@ -56,7 +56,7 @@ function phpmo_clean_helper($x) {
/* @link http://www.gnu.org/software/gettext/manual/gettext.html#PO-Files */
function phpmo_parse_po_file($in) {
// read .po file
- $fh = fopen($in, 'r');
+ $fh = @fopen($in, 'r');
if ($fh === false) {
// Could not open file resource
return false;