Function l10n_drupalorg_scan is not include in cron run

Fix

 function l10n_drupalorg_cron() {
   if (variable_get('l10n_drupalorg_cron', FALSE)) {
+    module_load_include('inc', 'l10n_drupalorg', 'l10n_drupalorg.admin');
     l10n_drupalorg_scan(TRUE);
   }
 }

Comments

gábor hojtsy’s picture

Status: Needs review » Fixed

Committed this fix, thanks!

Status: Fixed » Closed (fixed)

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