MyBB Community Forums

Full Version: Duplicate IDs in akismet.lang.php file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
G'day everyone

I have read the posting guidelines, but I haven't installed MyBB yet.

I'm just examining the .lang.php files, and I noticed that there is a duplicate ID in the akismet.lang.php file. I'm not sure if this would cause problems.

The duplicate IDs are:

$l['redirect_return_forum'] = "You may return to the forum <a href=\"{1}\">here</a>.";

$l['redirect_return_forum']= "You may return to the thread <a href=\"{1}\">here</a>.<br />Alternatively, return to the <a href=\"{2}\">forum.</a>";

As you can see, the two IDs have different content.

The version of MyBB is mybb_1403.

Greets
Samuel (aka leuce)

ADDED:

Here are more files with duplicate IDs:

File name:
modcp.lang.php
Duplicate IDs:
$l['thread']
$l['usergroup']
$l['title']

File name:
private.lang.php
Duplicate ID:
$l['compose_message']
(elsewhere in that file is a compose_message2 that has the same content as the first compose_message)

File name:
usercp.lang.php
Duplicate IDs:
$l['usergroup']
$l['edit_lists'] (this one's duplicate has identical content, though)

File name:
warnings.lang.php
Duplicate ID:
$l['warn_user_desc'] (the first instance of this one has zero content)

File name:
config_banning.lang.php
Duplicate ID:
$l['ban_ip_address'] (they have very similar content, though)

File name:
config_languages.lang.php
Duplicate ID:
$l['edit_properties']

File name:
forum_management.lang.php
Duplicate ID:
$l['add_moderator'] (again, very similar content)

File name:
tools_adminlog.lang.php
Duplicate ID:
$l['admin_log_config_settings_delete_duplicates']

File name:
user_users.lang.php
Duplicate ID:
$l['last_known_ip']
Most of the files have duplicate strings for a reason.