1
0
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:
David King 2013-06-22 20:40:08 -04:00
parent 458d1c4961
commit 158483ecad

View File

@ -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'