]> git.mxchange.org Git - friendica.git/commitdiff
added some spaces
authorRoland Haeder <roland@mxchange.org>
Fri, 23 Dec 2016 19:21:38 +0000 (20:21 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 23 Dec 2016 19:21:52 +0000 (20:21 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
mod/admin.php

index 100a125335c9efa344e964a1864dc19e170e0ffd..963d0103173f15bccd027976d0ff6367edfc5ccc 100644 (file)
@@ -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);