the trouble is that the defaults are available only after admin user setup
solution is to implement new get_defaultsetting() method in admin_setting class and allow the defaults to be NULL, then add is_null() test before applying the defaults after main table setup, then apply the default again after admin user setup...
Description
the trouble is that the defaults are available only after admin user setup
solution is to implement new get_defaultsetting() method in admin_setting class and allow the defaults to be NULL, then add is_null() test before applying the defaults after main table setup, then apply the default again after admin user setup...