nystudio107 / retour

DEPRECATED Retour allows you to intelligently redirect legacy URLs, so that you don't lose SEO value when rebuilding & restructuring a website.
Other
168 stars 24 forks source link

Fixes issue with Retour calling UserSessionService in console mode #93

Open mmikkel opened 6 years ago

mmikkel commented 6 years ago

Retour calls craft()->userSession in a couple of spots in RetourService, which throws an exception ("Craft\ConsoleApp.session" is not defined.) when Craft is running in console mode.