Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug w getResultSearchMessage #47

Closed
paulogliwa opened this issue Apr 25, 2018 · 2 comments
Closed

Bug w getResultSearchMessage #47

paulogliwa opened this issue Apr 25, 2018 · 2 comments

Comments

@paulogliwa
Copy link

W metodzie getResultSearchMessage, do funkcji sprintf nie jest przekazywany ostatni parametr, przez co nie wyświetla się treść komunikatu:
return sprintf("StatusSesji:%s\nKomunikatKod:%s\nKomunikatTresc:\n", $this->sessionStatus($sid), $this->getMessageCode($sid), $this->getMessage($sid) );
brakuje, %s, powinno być chyba:
return sprintf("StatusSesji:%s\nKomunikatKod:%s\nKomunikatTresc:%s\n", $this->sessionStatus($sid), $this->getMessageCode($sid), $this->getMessage($sid) );

@johnzuk
Copy link
Owner

johnzuk commented Apr 25, 2018

Hej, racja w linii 3.x występuje ten błąd - postaram się naprawić w najbliższym czasie.
Dzięki za czujność! :)

johnzuk pushed a commit that referenced this issue Apr 25, 2018
@johnzuk
Copy link
Owner

johnzuk commented May 2, 2018

fixed by #49

@johnzuk johnzuk closed this as completed May 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants