Skip to content

Create New and default snippet #10

@ghost

Description

There is an error in the snippet.createnewlink.php code. MODX_MANAGER_URL does not include the index.php part.

return MODX_MANAGER_URL . "?id=$id&a=55&class_key=$classKey&parent=$id&context_key=$context";

needs to be

return MODX_MANAGER_URL . "index.php?id=$id&a=55&class_key=$classKey&parent=$id&context_key=$context";

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