mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
Merge remote-tracking branch 'Elsensee/ticket/11757' into develop
# By Oliver Schramm # Via Oliver Schramm * Elsensee/ticket/11757: [ticket/11757] Fix typo in signature_module_auth migration
This commit is contained in:
commit
d96d64baba
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class phpbb_db_migration_data_310_signature_module_auth extends phpbb_db_migrati
|
|||
AND module_basename = 'ucp_profile'
|
||||
AND module_mode = 'signature'";
|
||||
$result = $this->db->sql_query($sql);
|
||||
$module_auth = $this->db_sql_fetchfield('module_auth');
|
||||
$module_auth = $this->db->sql_fetchfield('module_auth');
|
||||
$this->db->sql_freeresult($result);
|
||||
|
||||
return $module_auth === 'acl_u_sig' || $module_auth === false;
|
||||
|
|
Loading…
Add table
Reference in a new issue