Skip to content

Commit

Permalink
Fix duplicate global variable in include/functions.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Apr 7, 2012
1 parent 3fa7fcb commit 44d4d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/functions.php
Expand Up @@ -527,7 +527,7 @@ function check_bans()
//
function check_username($username, $exclude_id = null)
{
global $db, $pun_config, $errors, $lang, $lang, $pun_bans;
global $db, $pun_config, $errors, $lang, $pun_bans;

$lang->load('prof_reg');
$lang->load('register');
Expand Down

0 comments on commit 44d4d0c

Please sign in to comment.