Advanced

PGC_GetOldestCaches with minHiddenDate

PGC_GetOldestCaches with minHiddenDate
August 30, 2017 06:29PM
local data = PGC_GetOldestCaches( { limit = 1, filter = {minHiddenDate='2014-01-01'}} )
Result: Failed to execute script 5
Array
(
[0] => Array
(
[errno] => 8
[errstr] => Undefined variable: minHiddenDate
[errfile] => /opt/project-gc/project-gc/htdocs/include/lua_callbacks.php
[errline] => 1292
)
)

local data = PGC_GetOldestCaches( { limit = 1, filter = {country='Finland'}} )
Result: No error

Where is the problem?
Sorry, you do not have permission to post/reply in this forum.