https://bugzilla.wikimedia.org/show_bug.cgi?id=37364
--- Comment #8 from Sam Reed (reedy) <[email protected]> 2012-10-04 18:15:17 UTC --- (In reply to comment #7) > (In reply to comment #3) > > Note: "PrefSwitch is needed by SimpleSurvey" > > <https://wikitech.wikimedia.org/index.php?title=Server_admin_log&diff=45462&oldid=45454&diffonly=yes> > > No idea what SimpleSurvey does, but is that actually being used? If not, let's > just get rid of both? They seem to have weird circular dependencies on each other. AFT (original) has a dependency on SimpleSurvey: /* XXX: Survey setup */ require_once( dirname( dirname( __FILE__ ) ) . '/SimpleSurvey/SimpleSurvey.php' ); which also includes PrefSwitch... However, I can't seem to find any actual usages in the code... I believe there is talk to disable legacy -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
