mirror of
https://github.com/GuduleLapointe/opensim-helpers.git
synced 2026-08-14 00:47:54 +00:00
fix minor error log warning
This commit is contained in:
+1
-1
@@ -342,7 +342,7 @@ class OpenSim_Install extends OpenSim_Page {
|
||||
'robust_ini_path' => array(
|
||||
'label' => _('Robust config file path'),
|
||||
'type' => 'plaintext',
|
||||
'value' => $_SESSION[self::FORM_ID]['robust_ini_path'],
|
||||
'value' => $_SESSION[self::FORM_ID]['robust_ini_path'] ?? '',
|
||||
'readonly' => true,
|
||||
),
|
||||
'opensim_ini_path' => array(
|
||||
|
||||
Reference in New Issue
Block a user