3 1.4 KB

12345678910111213141516171819202122232425
  1. ---
  2. title: XMLOutputter->element bad call
  3. author: notabug.org/diogo
  4. time: Sun, 05 May 2019 00:46:01 UTC
  5. status: closed
  6. ---
  7. author: notabug.org
  8. time: Sun, 05 May 2019 00:46:01 UTC
  9. content: -----
  10. This message comes from: https://notabug.org/diogo/gnu-social/commit/af9de1ce006b77cf7963c6b53c4c06e925b393d4#diff-082e8778a75effbca2c7479366743fcbe7e44dfR149 If you've got one in your logs, and no one has commented about it yet, please add it to the list so that we can get it fixed asap :)
  11. -----
  12. author: notabug.org
  13. time: Mon, 06 May 2019 22:00:03 UTC
  14. content: -----
  15. From XRevan86: - lib/apiaction.php:711, plugins/Oembed/OembedPlugin.php:189 (patched) - lib/activityobject.php:777 - lib/activity.php:741 - lib/atom10feed.php:178, lib/atom10feed.php:209 - lib/apiaction.php:536 - lib/apiaction.php:538 - lib/apiaction.php:556 - lib/apiaction.php:558 - lib/apiaction.php:823 - lib/atomgroupnoticefeed.php:117 - lib/profileaction.php:255 - plugins/Oembed/OembedPlugin.php:196
  16. -----
  17. author: notabug.org
  18. time: Mon, 06 May 2019 22:11:46 UTC
  19. content: -----
  20. uh, okay, given that in some cases it will be fairly hard to ensure the string type, I guess we will have to to accept that sometimes we won't receive a string but a string compatible instead :/ Solved with: https://notabug.org/diogo/gnu-social/commit/1536d3ef29486fc1c5387e73106b86873fdb7cf9#diff-d2185fd6e784296514a8c99046d8e1a8R141
  21. -----