litespeedtech / lscache_wp

LiteSpeed Cache for WordPress
http://wordpress.org/plugins/litespeed-cache/
GNU General Public License v3.0
218 stars 109 forks source link

Correct the integration with User Switching #725

Closed johnbillion closed 3 months ago

johnbillion commented 3 months ago

I'm not exactly sure what this integration does but I noticed that it checks for a constant named user_switching instead of a class of that name, which means the integration will never be triggered.

This change corrects the guard condition.