X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FAttach.php;h=7d877c12655b0a11efa78413a0debaadc1e8d93c;hb=dd534919d7e3af010bbc2477e3d0e89a47dd0872;hp=c924934b7bc2cc2adaa9f1485abded8c8b5ae517;hpb=6aa1dcfad371f34fea1f8e39b73de2cc3dd05784;p=friendica.git diff --git a/src/Module/Attach.php b/src/Module/Attach.php index c924934b7b..7d877c1265 100644 --- a/src/Module/Attach.php +++ b/src/Module/Attach.php @@ -1,6 +1,6 @@ t('Item was not found.')); } - // Now we'll fetch the item, if we have enough permisson + // Now we'll fetch the item, if we have enough permission $item = MAttach::getByIdWithPermission($item_id); if ($item === false) { throw new \Friendica\Network\HTTPException\ForbiddenException(DI::l10n()->t('Permission denied.'));