🇦🇷Argentina DIOH
🇦🇷Argentina DIOH
Hi, this is another update with both suggested changes.
🇦🇷Argentina DIOH
🇦🇷Argentina DIOH
3.x-dev branch diff
🇦🇷Argentina DIOH
New patch with missing change.
🇦🇷Argentina DIOH
Hello,
I got the same error and tried to apply the patch but the error persisted checking the patch I noticed that the error happens because the try section (https://git.drupalcode.org/issue/private_message-3265901/-/blob/fc720ca1...) uses a $configs var but it's undefined if you don't have the notify module (https://git.drupalcode.org/issue/private_message-3265901/-/blob/fc720ca1...)
To solve that problem I moved that $configs var before the first if and it worked.