Skip to content

Bug in UsersShell - call to missing method $this->setError  #544

Description

@digitalfotografen

There is a bug in the UsersShell that occurs when users enter invalid or miss arguments

In earlier version the following call was used on multiple places
$this->error()
In later versions it has been changed to
$this->setError()
But this method does not exist in UsersShell.php or Cake\Console\Shell.php

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