Skip to content

Instantly share code, notes, and snippets.

@kwikadi
Created February 18, 2016 14:49
Show Gist options
  • Save kwikadi/1075ca9e17ade0d03639 to your computer and use it in GitHub Desktop.
Save kwikadi/1075ca9e17ade0d03639 to your computer and use it in GitHub Desktop.
random method in sentences controller
//Hack to ensure random doesn't break
if($randomId == 'error' || $randomId == 'disabled') {
$randomId = 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment