CarnetApp / CarnetNextcloud

GNU Affero General Public License v3.0
153 stars 28 forks source link

Check for existence of 'text' key in $metadata #192

Closed weierophinney closed 1 year ago

weierophinney commented 1 year ago

Adds a check for the 'text' key of the $metadata variable before using it. This could be done as a null coalesce, but I'm unsure what the minimum supported PHP version is.

Fixes #191

reysonk commented 1 year ago

thank you its works!

PhieF commented 1 year ago

thanksss !