Rui Ribeiro
Results
2
comments of
Rui Ribeiro
I'm using a non default table prefix. Changed line 29 on lists/base/config/parameters.php to: $statement = $pdo->prepare("select value from " . $table_prefix . "config where value = :value"); The api call...
Yes, this works. Please consider pushing this change to the repository.