- fixed setting for users cache;

This commit is contained in:
nikitasinelnikov
2019-01-21 01:08:27 +02:00
parent 52be3719d5
commit df5c22a1c5
5 changed files with 17 additions and 3 deletions
+1
View File
@@ -533,6 +533,7 @@ if ( ! class_exists( 'um\Config' ) ) {
'profile_photo_max_size' => 999999999,
'cover_photo_max_size' => 999999999,
'custom_roles_increment' => 1,
'um_profile_object_cache_stop' => 0
);
$tabs = UM()->profile()->tabs_primary();