Code:
appelle la fonction getGedcom dans \administrator\components\com_joaktree\models\jt_i mport_gedcom.php.
Code:
public function getGedcom() { $canDo = JoaktreeHelper::getActions(); $procObject = $this->getProcessObject(); if (($canDo->get('core.create')) && ($canDo->get('core.edit'))) { switch ($procObject->status) { case 'new': $procObject->start = strftime('%H:%M:%S'); $procObject->msg = JText::sprintf('JTPROCESS_START_MSG', $procObject->id);
Commentaire