1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

Fixes #3592 e_user_list

This commit is contained in:
Cameron
2019-01-10 08:50:58 -08:00
parent 85ac672372
commit 66ecb17477

View File

@@ -693,6 +693,7 @@ function update_core_database($type = '')
return update_needed("user/e_user.php need to be registered"); // NO LAN. return update_needed("user/e_user.php need to be registered"); // NO LAN.
} }
e107::getConfig()->setPref('e_url_list/user', 'user')->save(false,true,false);
} }