fixed API bug
This commit is contained in:
parent
f67fadfa88
commit
453b4310e2
5 changed files with 10 additions and 6 deletions
|
@ -11,7 +11,8 @@ $frontend = new frontend();
|
|||
Captcha
|
||||
*/
|
||||
include "lib/captcha_gen.php";
|
||||
new captcha($frontend, false);
|
||||
$null = null;
|
||||
new captcha($null, $null, $null, "news", false);
|
||||
|
||||
[$scraper, $filters] = $frontend->getscraperfilters(
|
||||
"news",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue