Remove extra slash in filename.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1312 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-05-19 03:09:49 +00:00
parent cafb621395
commit 4354f8c214
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');