mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10847] fixing all misspelled "dependant" to "dependent"
PHPBB3-10847
This commit is contained in:
@@ -1099,7 +1099,7 @@ while ($row = $db->sql_fetchrow($result))
|
||||
{
|
||||
$user_sig = '';
|
||||
|
||||
// We add the signature to every posters entry because enable_sig is post dependant
|
||||
// We add the signature to every posters entry because enable_sig is post dependent
|
||||
if ($row['user_sig'] && $config['allow_sig'] && $user->optionget('viewsigs'))
|
||||
{
|
||||
$user_sig = $row['user_sig'];
|
||||
|
Reference in New Issue
Block a user