mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-22 15:56:58 +01:00
Remove deprecated functions (these listed in bc.php file) usage
This commit is contained in:
@@ -1870,7 +1870,7 @@ class rcmail extends rcube
|
||||
}
|
||||
|
||||
$this->output->set_env('max_filesize', $max_filesize);
|
||||
$max_filesize = self::show_bytes($max_filesize);
|
||||
$max_filesize = $this->show_bytes($max_filesize);
|
||||
$this->output->set_env('filesizeerror', $this->gettext(array(
|
||||
'name' => 'filesizeerror', 'vars' => array('size' => $max_filesize))));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user