Skip to content

URL in Slack message is incorrect #40

@mudslide567

Description

@mudslide567

Showing as https://scp/tickets.php?id=10710

Should be https:///cp/tickets.php?id=10710 [note insertion of the /]

I corrected manually by editing slack.php and inserting the '/' [line 66] from:

$heading = sprintf('%s CONTROLSTART%sscp/tickets.php?id=%d|#%sCONTROLEND %s'

to:

$heading = sprintf('%s CONTROLSTART%s/scp/tickets.php?id=%d|#%sCONTROLEND %s'

This solves my problem

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