From: Roland Haeder Date: Fri, 23 Dec 2016 19:21:38 +0000 (+0100) Subject: added some spaces X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7131e45cb16f7011fd151f9b41dd7ab3e205ac38;p=friendica.git added some spaces Signed-off-by: Roland Haeder --- diff --git a/mod/admin.php b/mod/admin.php index 100a125335..963d010317 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -1854,8 +1854,8 @@ function admin_page_logs_post(App &$a) { if (x($_POST,"page_logs")) { check_form_security_token_redirectOnErr('/admin/logs', 'admin_logs'); - $logfile = ((x($_POST,'logfile')) ? notags(trim($_POST['logfile'])) : ''); - $debugging = ((x($_POST,'debugging')) ? true : false); + $logfile = ((x($_POST,'logfile')) ? notags(trim($_POST['logfile'])) : ''); + $debugging = ((x($_POST,'debugging')) ? true : false); $loglevel = ((x($_POST,'loglevel')) ? intval(trim($_POST['loglevel'])) : 0); set_config('system','logfile', $logfile);