Skip to content

Count tag uses "expiry" when it should use "count" #1

@okimann

Description

@okimann

Under src/Tags/StatamicTwitter.php, line 18:
The variable $count takes it's value from 'expiration'. it should take it from the parameter 'count'

Original
$count = $this->params->get('expiration', 3);

Fix
$count = $this->params->get('count', 3);

Otherwise works perfectly!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions