Not a bug XenForo_Install_Upgrade_1010031

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
Do you know that this class exists 2x??

1010031-100b1.php
1010031-110b1.php

edit:

ok i've found:
PHP:
 switch ($file)
                {
                    case '1010031-100b1.php': // this was badly named - make sure it's always skipped so the right one runs
                        continue 2;
                }
BUT wouldn't it be easier to remove the file instead of this "hack" ?:D
 
Top Bottom