Skip to content
Snippets Groups Projects
Commit fc3de358 authored by Henri Queneau's avatar Henri Queneau
Browse files

FIX #2321 modify on core_table with add of the language

parent ab5e4c4b
No related branches found
No related tags found
No related merge requests found
...@@ -110,3 +110,6 @@ if(! defined('LISTMODELS_CONTENT_TABLE')) { ...@@ -110,3 +110,6 @@ if(! defined('LISTMODELS_CONTENT_TABLE')) {
if (! defined('USERS_TABLE')) { if (! defined('USERS_TABLE')) {
define('USERS_TABLE', 'users'); define('USERS_TABLE', 'users');
} }
if (! defined('USER_BASKETS_SECONDARY_TABLE')) {
define('USER_BASKETS_SECONDARY_TABLE', 'user_baskets_secondary');
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment