diff --git a/include/api.php b/include/api.php
index f5b887b8c..9dfc7c265 100644
--- a/include/api.php
+++ b/include/api.php
@@ -773,7 +773,7 @@ function api_get_user(App $a, $contact_id = null)
 		if ($theme_info['theme'] === 'frio') {
 			$schema = PConfig::get($ret['uid'], 'frio', 'schema');
 
-			var_dump($ret['uid'], $schema, $a->config);
+			var_dump($ret['uid'], $schema, $a->config, dba::inArray(dba::select('config', [])));
 
 			if ($schema && ($schema != '---')) {
 				if (file_exists('view/theme/frio/schema/'.$schema.'.php')) {