Skip to content

Small typo in pChart.php convertToArray #7

@wvdvegt

Description

@wvdvegt
   function convertToArray($Value)
    { return array($Values); }

should read

   function convertToArray($Value)
    { return array($Value); }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions