From 224765cdf5cd0ea757b8a998e8425e7ff8a25f90 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 8 Jul 2018 02:57:00 -0400 Subject: [PATCH] Wrong table name --- include/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/api.php b/include/api.php index 9dfc7c2652..9867899834 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, dba::inArray(dba::select('config', []))); + var_dump($ret['uid'], $schema, $a->config, dba::inArray(dba::select('pconfig', []))); if ($schema && ($schema != '---')) { if (file_exists('view/theme/frio/schema/'.$schema.'.php')) {