Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.

Commit

Permalink
Fixes #390 - Zend_Locale_Format::_getEncoding() is missing a return s…
Browse files Browse the repository at this point in the history
…tatement
  • Loading branch information
froschdesign committed Jun 25, 2014
1 parent 91b0baf commit 820aab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/Zend/Locale/Format.php
Original file line number Diff line number Diff line change
Expand Up @@ -1288,6 +1288,7 @@ protected static function _getEncoding()
? iconv_get_encoding('internal_encoding')
: ini_get('default_charset');

return $oenc;
}

/**
Expand Down

0 comments on commit 820aab2

Please sign in to comment.