updated features materio_subscrition and materio_user_profile
This commit is contained in:
Regular → Executable
+3
-3
@@ -13,19 +13,19 @@ function materio_subscriptions_user_default_roles() {
|
||||
// Exported role: Adhérent.
|
||||
$roles['Adhérent'] = array(
|
||||
'name' => 'Adhérent',
|
||||
'weight' => '3',
|
||||
'weight' => 5,
|
||||
);
|
||||
|
||||
// Exported role: Premium.
|
||||
$roles['Premium'] = array(
|
||||
'name' => 'Premium',
|
||||
'weight' => '4',
|
||||
'weight' => 6,
|
||||
);
|
||||
|
||||
// Exported role: Utilisateur.
|
||||
$roles['Utilisateur'] = array(
|
||||
'name' => 'Utilisateur',
|
||||
'weight' => '2',
|
||||
'weight' => 3,
|
||||
);
|
||||
|
||||
return $roles;
|
||||
|
||||
Reference in New Issue
Block a user