diff --git a/interface/lib/classes/remoting.inc.php b/interface/lib/classes/remoting.inc.php
index af0e9f9790b230d2e1eb0d5505275be49a4fbc23..52d9c608ac81ab2d8d255f0bc9ed601ea23f980f 100644
--- a/interface/lib/classes/remoting.inc.php
+++ b/interface/lib/classes/remoting.inc.php
@@ -150,8 +150,8 @@ class remoting {
 			return false;
 		}
 		if (!empty($session_id)) {
+			$app->uses('remoting_lib , getconf');
 			if(!empty($server_id)) {
-				$app->uses('remoting_lib , getconf');
 				$section_config =  $app->getconf->get_server_config($server_id, $section);
 				return $section_config;
 			} else {