aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/license/php-mo.php
diff options
context:
space:
mode:
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;