]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
spelling: documentation
[friendica.git] / mod / photos.php
index 440aae92ebf46e3bbd497f091abb39ff2657f6c0..18db9c15d997e8433ddd6d62552cdb56cc73e5ae 100644 (file)
@@ -1140,8 +1140,6 @@ function photos_content(App $a)
                                                '$loading' => DI::l10n()->t('Loading...'),
                                                '$qcomment' => $qcomment,
                                                '$rand_num' => Crypto::randomDigits(12),
-                                               // Dropzone
-                                               '$max_imagesize'       => DI::config()->get('system', 'maximagesize'),
                                        ]);
                                }
                        }
@@ -1197,8 +1195,6 @@ function photos_content(App $a)
                                                '$preview' => DI::l10n()->t('Preview'),
                                                '$qcomment' => $qcomment,
                                                '$rand_num' => Crypto::randomDigits(12),
-                                               // Dropzone
-                                               '$max_imagesize'       => DI::config()->get('system', 'maximagesize'),
                                        ]);
                                }
 
@@ -1273,8 +1269,6 @@ function photos_content(App $a)
                                                        '$preview' => DI::l10n()->t('Preview'),
                                                        '$qcomment' => $qcomment,
                                                        '$rand_num' => Crypto::randomDigits(12),
-                                                       // Dropzone
-                                                       '$max_imagesize'       => DI::config()->get('system', 'maximagesize'),
                                                ]);
                                        }
                                }