ymcatwincities/openy_gated_content

Autologout module throws error on cron

Closed this issue · 1 comments

To recreate:

Error: Call to undefined method Drupal\Core\Database\Driver\mysql\Select::limit() in openy_gc_autologout_users() (line 48 of /home/jenkins/workspace/SANDBOX_CARNATION_STANDARD_VIRTUAL_Y/build/docroot/modules/contrib/openy_gated_content/modules/openy_gc_autologout/openy_gc_autologout.module)

According to this helpful SO thread ->limit(50) should be ->range(0, 50) in this case.

@froboy this will be in the 1.2.1 release.