@@ -64,7 +64,7 @@ |
||
64 | 64 | debug('User input: '.$input); |
65 | 65 | |
66 | 66 | if (is_null($input) || empty($input)) { |
67 | - debug('Using default input: '. $default); |
|
67 | + debug('Using default input: '.$default); |
|
68 | 68 | $input = $default; |
69 | 69 | } elseif (!is_numeric($input)) { |
70 | 70 | echo 'Please input number: '; |