We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d783f commit 8c9f7aaCopy full SHA for 8c9f7aa
1 file changed
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