Remove extra slash in filename.

git-svn-id: https://develop.svn.wordpress.org/trunk@1312 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-05-19 03:09:49 +00:00
parent 602a3aeb14
commit 8d736b3f5c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if (empty($locale)) {
$locale = 'en_US';
}
$mofile = $curpath . "/languages/$locale.mo";
$mofile = $curpath . "languages/$locale.mo";
require($curpath . 'streams.php');
require($curpath . 'gettext.php');