We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
0ct0pu5
/
squirrelmail
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
Fixed bug: Bopdy was empty when replying or forwarding.
gustavf
25 anos atrás
pai
aff062119c
commit
a618a326cc
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
0
src/compose.php
+ 1
- 0
src/compose.php
Ver arquivo
@@ -309,6 +309,7 @@
showInputForm();
} else {
$newmail = true;
+ newMail();
showInputForm();
}
?>