]> git.mxchange.org Git - friendica.git/blobdiff - mod/photos.php
spelling: enhanced
[friendica.git] / mod / photos.php
index 97c0fb22e6106e981ba6b2dd5dc5a93d44375b02..3d6a1d4051f1cece7072ea8b4b522ea9e59ed505 100644 (file)
@@ -714,7 +714,7 @@ function photos_content(App $a)
                // When PHP is configured with upload_max_filesize less than maximagesize provide this lower limit.
                $maximagesize_bytes = (is_numeric($mis_bytes) && ($mis_bytes < $umf_bytes) ? $mis_bytes : $umf_bytes);
 
-               // @todo We may be want to use appropriate binary prefixed dynamicly
+               // @todo We may be want to use appropriate binary prefixed dynamically
                $usage_message = DI::l10n()->t('The maximum accepted image size is %s', Strings::formatBytes($maximagesize_bytes));
 
                $tpl = Renderer::getMarkupTemplate('photos_upload.tpl');
@@ -1140,10 +1140,6 @@ function photos_content(App $a)
                                                '$loading' => DI::l10n()->t('Loading...'),
                                                '$qcomment' => $qcomment,
                                                '$rand_num' => Crypto::randomDigits(12),
-                                               // Dropzone
-                                                //'$max_imagesize'       => Strings::getBytesFromShorthand(DI::config()->get('system', 'maximagesize'));
-                                                // Strings::getBytresFromShorthand not working, so just workaround in template and serve the bare value
-                                               '$max_imagesize'       => DI::config()->get('system', 'maximagesize'),
                                        ]);
                                }
                        }
@@ -1199,10 +1195,6 @@ function photos_content(App $a)
                                                '$preview' => DI::l10n()->t('Preview'),
                                                '$qcomment' => $qcomment,
                                                '$rand_num' => Crypto::randomDigits(12),
-                                               // Dropzone
-                                                //'$max_imagesize'       => Strings::getBytesFromShorthand(DI::config()->get('system', 'maximagesize'));
-                                                // Strings::getBytresFromShorthand not working, so just workaround in template and serve the bare value
-                                               '$max_imagesize'       => DI::config()->get('system', 'maximagesize'),
                                        ]);
                                }
 
@@ -1277,10 +1269,6 @@ function photos_content(App $a)
                                                        '$preview' => DI::l10n()->t('Preview'),
                                                        '$qcomment' => $qcomment,
                                                        '$rand_num' => Crypto::randomDigits(12),
-                                                       // Dropzone
-                                                        //'$max_imagesize'       => Strings::getBytesFromShorthand(DI::config()->get('system', 'maximagesize'));
-                                                        // Strings::getBytresFromShorthand not working, so just workaround in template and serve the bare value
-                                                       '$max_imagesize'       => DI::config()->get('system', 'maximagesize'),
                                                ]);
                                        }
                                }