mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-19 21:23:41 +00:00
Merge pull request #1285 from mexon/mat/mailstream-typo
correct typo "arrat"
This commit is contained in:
commit
ce1a787bfb
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ function mailstream_post_hook(App $a, array &$item)
|
||||||
*
|
*
|
||||||
* @return array new value of the attachments table (results are also stored in the reference parameter)
|
* @return array new value of the attachments table (results are also stored in the reference parameter)
|
||||||
*/
|
*/
|
||||||
function mailstream_do_images(arrat &$item, array &$attachments)
|
function mailstream_do_images(array &$item, array &$attachments)
|
||||||
{
|
{
|
||||||
if (!DI::pConfig()->get($item['uid'], 'mailstream', 'attachimg')) {
|
if (!DI::pConfig()->get($item['uid'], 'mailstream', 'attachimg')) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue