mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-31 03:29:23 +02:00
[ticket/11253] Fix typo in constant
PHPBB3-11253
This commit is contained in:
parent
458d1c4961
commit
158483ecad
@ -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…
x
Reference in New Issue
Block a user