mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11253] Fix typo in constant
PHPBB3-11253
This commit is contained in:
parent
458d1c4961
commit
158483ecad
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class phpbb_db_migration_data_310_signature_module_auth extends phpbb_db_migrati
|
|||
|
||||
public function update_signature_module_auth()
|
||||
{
|
||||
$sql = 'UPDATE ' . MODULES TABLE . "
|
||||
$sql = 'UPDATE ' . MODULES_TABLE . "
|
||||
SET module_auth = 'acl_u_sig'
|
||||
WHERE module_class = 'ucp'
|
||||
AND module_basename = 'ucp_profile'
|
||||
|
|
Loading…
Add table
Reference in a new issue