Skip to content

[ENH] Fix undefined index mobile_mode

Jean-Marc Kadimba requested to merge his673507/tiki:mobile_mode into master

Mobile_mode can only be used if prefs['mobile_feature'] is enabled, so when it isn't, prefs['mobile_mode'] must get automatically the value 'n'. Related task (GlitchTip error). Note : the issue appears when we clear all caches.

Merge request reports