Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

Deleting of outbox failed #29

Closed
Portugao opened this issue Dec 18, 2011 · 2 comments
Closed

Deleting of outbox failed #29

Portugao opened this issue Dec 18, 2011 · 2 comments
Milestone

Comments

@Portugao
Copy link
Member

Trying to delete messages within the outbox failed by:

Fatal error: Undefined class constant 'registerArgsError' in /xxx/modules/InterCom/lib/InterCom/Api/User.php on line 242

@Guite
Copy link
Member

Guite commented Dec 18, 2011

The brackets are missing:

return LogUtil::registerArgsError;

should be

return LogUtil::registerArgsError();

@Portugao
Copy link
Member Author

Thx. I already have changed it in my fork.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants