]> git.mxchange.org Git - friendica.git/commit
Fix using wrong variable in DomainPatterBlocklist::extractFromCSVFile
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 20 Oct 2022 13:45:40 +0000 (09:45 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 20 Oct 2022 13:45:40 +0000 (09:45 -0400)
commiteaf1485c6fff9f1ee31a67e0cd43e28b3ab33f51
treea6712a7fd46464f0968e2279b42d53621afe7db4
parent92f1a4533b54a530a5bb0cb539c2051f8463f11a
Fix using wrong variable in DomainPatterBlocklist::extractFromCSVFile

- This was clobbering the internal block list structure from an associative array to a simple list
src/Moderation/DomainPatternBlocklist.php