ymcatwincities / openy_gated_content

Virtual YMCA
https://openy.org
GNU General Public License v3.0
5 stars 28 forks source link

Autologout module throws error on cron #95

Closed froboy closed 3 years ago

froboy commented 3 years ago

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.

sarah-halby commented 3 years ago

@froboy this will be in the 1.2.1 release.