Won't fix XF 1.2 importer typo in code

tyteen4a03

Well-known member
I know it's not ready yet (I've read the code and I agree) but I decided to be a pain in the butt anyways :ROFLMAO:

XenForo/Importer/XenForo.php, L187
Code:
                // Group IDs > 6 will be imported as usual with new keys attached.

should be
Code:
                // Group IDs > 4 will be imported as usual with new keys attached.
 
Top Bottom