We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d05ac1 + 8c9f7aa commit f6bb7aaCopy full SHA for f6bb7aa
interface/web/sites/aps_install_package.php
@@ -49,8 +49,8 @@
49
50
// we will check only users, not admins
51
if($_SESSION["s"]["user"]["typ"] == 'user') {
52
- $app->tform->formDef['db_table_idx'] = 'client_id';
53
- $app->tform->formDef['db_table'] = 'client';
+ $app->tform->formDef['db_table_idx'] = 'id';
+ $app->tform->formDef['db_table'] = 'aps_instances';
54
if(!$app->tform->checkClientLimit('limit_aps')) {
55
$app->error($app->lng("limit_aps_txt"));
56
}
0 commit comments