Skip to content

Commit 8f5e435

Browse files
author
Marius Burkard
committed
- fixed typo in remoting
1 parent 44cadc2 commit 8f5e435

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/lib/classes/remote.d/admin.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ public function system_config_get($session_id, $section, $key) {
150150
} else {
151151
if(isset($system_config_array[$section])) return $system_config_array[$section];
152152
else return false;
153+
}
153154
} else {
154155
throw new SoapFault('invalid_function_parameter', 'Invalid function parameter.');
155156
return false;

0 commit comments

Comments
 (0)