Failure to test for numeric value in $tid in the method taxonomy_intro_get_intro() causes a general SQL error.

I've added the following code to this method right after the empty string test:
if (is_numeric($tid) === FALSE) return NULL;

Comments

sigemuk’s picture

Issue summary: View changes

Thanks, very help me