mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-03 18:38:31 +03:00
Clean up code in "read_locale_file" function
This commit is contained in:
parent
e9924db3a2
commit
d9e41240a4
@ -281,9 +281,6 @@ function load_messages($locale)
|
||||
*/
|
||||
function read_locale_file($path)
|
||||
{
|
||||
// Set default values
|
||||
$messages = array();
|
||||
|
||||
$loader = new PoFileLoader();
|
||||
// At this point locale name (the second argument of the "load" method) has
|
||||
// no sense, so an empty string is passed in.
|
||||
|
Loading…
Reference in New Issue
Block a user