mirror of
https://github.com/friendica/friendica
synced 2025-04-25 21:10:11 +00:00
Remove api test pconfig debug
This commit is contained in:
parent
7b8410f5ef
commit
5906c7e013
2 changed files with 0 additions and 7 deletions
|
@ -773,8 +773,6 @@ 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('pconfig', [])));
|
||||
|
||||
if ($schema && ($schema != '---')) {
|
||||
if (file_exists('view/theme/frio/schema/'.$schema.'.php')) {
|
||||
$schemefile = 'view/theme/frio/schema/'.$schema.'.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue