Skip to content

Hourloge from minical block #40

@djculex

Description

@djculex

Hey there. While making the lasius module I had problems with the hourloge getting a 440. I found that in the minical.php block the line 228 & 229 used

$horloge['display'] = ('' != trim($options[10])); $horloge['fullName'] = XOOPS_URL . _EXTCAL_PATH_HORLOGES . $options[10];

and the hourloge in my example worked by changing option[11] to [10]

$horloge['display'] = ('' != trim($options[10])); $horloge['fullName'] = XOOPS_URL . _EXTCAL_PATH_HORLOGES . $options[10];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions