]> _ Git - cubeextranet.git/commitdiff
fix #3645
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 15 May 2020 15:09:09 +0000 (15:09 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 15 May 2020 15:09:09 +0000 (15:09 +0000)
inc/ws/Metier/class.ws.book.parametres.php

index 8223d3c0910f7c5df7cdaa1927b5a97024feff96..ecad1145967da4e4060284682abc21625b14f311 100644 (file)
@@ -130,7 +130,7 @@ class wsBookParametres extends wsParametres
         $this->fields['friend'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __('E-mail'));
         $this->fields['facebook'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __('Facebook'));
         $this->fields['twitter'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __('Twitter'));
-        $this->fields['whatsapp'] = array('type' => 'boolean', 'default' => false, 'editable' => true, 'label' => __('WhatsApp'));
+        $this->fields['whatsapp'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __('WhatsApp'));
         $this->fields['linkedin'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __('LinkedIn'));
         $this->fields['googleplus'] = array('type' => 'boolean', 'default' => false, 'editable' => true, 'label' => __('Google +'));
         $this->fields['viadeo'] = array('type' => 'boolean', 'default' => false, 'editable' => true, 'label' => __('Viadeo'));
@@ -656,7 +656,6 @@ class wsBookParametres extends wsParametres
         $this->forms['scorm'] = array('label' => __('SCORM'),
             'fieldsnames' => array('scorm_enable', 'scorm_version', 'scorm_id', 'scorm_org', 'scorm_title', 'scorm_variables', '|', 'scorm_complete_on_exit', 'scorm_complete_on_last_page', '|', 'scorm_quizdata', 'scorm_score', 'scorm_score_min', 'scorm_quiz_as_questionnaire', '|', 'scorm_force_attempts'));
 
-
         $this->fields['ongletsXML'] = array('type' => 'textarea', 'default' => '', 'editable' => true, 'label' => __('XML de configuration des onglets'), 'grade' => 5);
         $this->fields['ongletsSWF'] = array('type' => 'freefile', 'default' => '', 'editable' => true,
             'label' => __('SWF pour onglets personnalisés'), 'grade' => 3, 'fileFilter' => $swfFilter);