Skip to content

zrusena funkcia isValidXmlString($xmlString)#4

Merged
thorewi merged 2 commits into
masterfrom
hotfix-isValidXmlString
Feb 27, 2017
Merged

zrusena funkcia isValidXmlString($xmlString)#4
thorewi merged 2 commits into
masterfrom
hotfix-isValidXmlString

Conversation

@michal-loksik

@michal-loksik michal-loksik commented Feb 27, 2017

Copy link
Copy Markdown
Contributor
  • ta funkcia isValidXmlString($xmlString) nespravne vracala FALSE aj ked bol string validne XML ... uplne som ju zrusil
  • uz funkcia simplexml_load_string() vracia objekt SimpleXMLElement ak je string validne XML alebo FALSE ak nie je

zrusena funkcia isValidXmlString()
Comment thread src/SmartEmailing.php Outdated
if ($this->isValidXmlString($response)) {
return new \SimpleXMLElement($response);

if ($xml) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@michallohnisky

upravene

upravena podmienka
@thorewi thorewi merged commit 53930ad into master Feb 27, 2017
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

Successfully merging this pull request may close these issues.

3 participants