/translate/languages - For all user in a OG translation group I see only white screen...
apacehe error:
===================
PHP Fatal error: Call to undefined function l10n_community_get_groups() in /home/.../modules/l10n_server/l10n_groups/l10n_groups.module on line 261
===================

from 
function l10n_groups_get_permission(&$permissions, $global_permission, $langcode, $account = NULL) {
  if ($groups = l10n_community_get_groups()) {
    // Fill up local cache with all langcode permissions of this account for

where l10n_community_get_groups() ?
Not all admin on my site :-(

Comments

pvasili@drupal.org’s picture

l10n_community_get_groups() -> l10n_groups_get_groups() ?

gábor hojtsy’s picture

Status: Active » Fixed

You are right, change made and committed.

psicomante’s picture

great, i would write about this bug, but i missed it :)

pvasili@drupal.org’s picture

Status: Fixed » Closed (fixed)