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

Fixed: "Argument 1 passed to Friendica\Util\Temporal::getRelativeDate() must be of the type string, null given" #11996

Merged

Commits on Oct 18, 2022

  1. Changed:

    - first parameter can be null
    Quix0r committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    66b9cac View commit details
    Browse the repository at this point in the history
  2. Changed according feedback:

    - $posted_date should not allow NULL, instead use `?? ''` instead
    - this happened in e.g. 2FA app-specific password listing
    Quix0r committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    2773ac9 View commit details
    Browse the repository at this point in the history
  3. Changed:

    - re-added `null` again friendica#11900 (comment)
    - removed null coalescing operator
    Quix0r committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    c36da39 View commit details
    Browse the repository at this point in the history