forked from extern/egroupware
remove accidently commited debug code causing all requests for a default SMTP server to fail
This commit is contained in:
parent
1a6d628988
commit
c5bc58556e
@ -1405,7 +1405,6 @@ class emailadmin_account implements ArrayAccess
|
|||||||
*/
|
*/
|
||||||
static function get_default($smtp=false, $return_id=false)
|
static function get_default($smtp=false, $return_id=false)
|
||||||
{
|
{
|
||||||
if ($smtp) return null;
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
foreach(emailadmin_account::search(true, 'params') as $acc_id => $params)
|
foreach(emailadmin_account::search(true, 'params') as $acc_id => $params)
|
||||||
|
Loading…
Reference in New Issue
Block a user