mirror of
https://github.com/friendica/friendica
synced 2025-05-02 15:44:24 +02:00
Maybe fix for:
"Argument 1 passed to Friendica\Model\ItemURI::getIdByURI() must be of the type string, null given, called in Processor.php line 1219"
This commit is contained in:
parent
9691bb06fb
commit
41f34c4261
3 changed files with 6 additions and 2 deletions
|
@ -321,7 +321,7 @@ class Photo
|
|||
* @param string $filename Filename
|
||||
* @param string $album Album name
|
||||
* @param integer $scale Scale
|
||||
* @param integer $type Photo type
|
||||
* @param integer $type Photo type, optional, default: Photo::DEFAULT
|
||||
* @param string $allow_cid Permissions, allowed contacts. optional, default = ""
|
||||
* @param string $allow_gid Permissions, allowed groups. optional, default = ""
|
||||
* @param string $deny_cid Permissions, denied contacts.optional, default = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue