mirror of
https://github.com/friendica/friendica
synced 2024-11-19 06:23:40 +00:00
Fix "Illegal string offset 'title'/'description'" notice in Module\Photo
See https://forum.friendi.ca/display/097d37de-265c-c35b-f385-e0b584714020
This commit is contained in:
parent
4276926d8d
commit
71b221a84d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class Photo extends BaseModule
|
|||
{
|
||||
$a = self::getApp();
|
||||
if ($a->argc <= 1 || $a->argc > 4) {
|
||||
System::httpExit(400, "Bad Request");
|
||||
System::httpExit(400);
|
||||
}
|
||||
|
||||
if (isset($_SERVER["HTTP_IF_MODIFIED_SINCE"])) {
|
||||
|
|
Loading…
Reference in a new issue