From: Hypolite Petovan Date: Sun, 8 Jul 2018 06:49:12 +0000 (-0400) Subject: Add more api test debug X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f8a90f3425b80b75156eb7762d654a2d8c659f18;p=friendica.git Add more api test debug --- diff --git a/include/api.php b/include/api.php index f5b887b8ce..9dfc7c2652 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')) {