seems that checking t('ask question') as a permission can cause an error when using non-english installations.

if ($op == 'create') {
    return user_access(t('ask question')) || user_access('answer question');
  }

Comments

nancydru’s picture

Status: Active » Fixed

You are correct, that was an oversight when I fixed the incorrect usage a log time ago.

Committed to 6.x-2.x-dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.