Skip to content

Loadtweetbacks.cfm should check to see if enabled #5

@cfjedimaster

Description

@cfjedimaster

On my new blog I have tweetbacks disabled, but because Google, or some other bot, logged the URL, it still gets hit. When run, it throws an error because application.tweetbacks doesn't exist. A simple fix is:

<cfif not application.usetweetbacks>
    <cflocation url="index.cfm" addToken="false">
</cfif>

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