You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Registering multiples of the same activity does not throw ERROR_ALREADY_EXISTS.
ArrayRepostiory's add method checks a non-existing array with isset($this->prototypes[$name]) and is always false, overwriting entries regardless of $overwrite argument specified
The text was updated successfully, but these errors were encountered:
What are you really trying to do?
Prevent multiple activities with the same name
Describe the bug
Registering multiples of the same activity does not throw
ERROR_ALREADY_EXISTS
.ArrayRepostiory's add method checks a non-existing array with
isset($this->prototypes[$name])
and is always false, overwriting entries regardless of$overwrite
argument specifiedThe text was updated successfully, but these errors were encountered: