Closed (duplicate)
Project:
CAPTCHA
Version:
6.x-2.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2009 at 16:45 UTC
Updated:
22 Oct 2009 at 23:18 UTC
Error loading challenge type in admin mod "captcha.admin.inc" function "_captcha_available_challenge_types"
A quick fix..
error: $result = call_user_func_array($module . '_captcha', 'list');
correction: $result = call_user_func_array($module . '_captcha', Array('list'));
Comments
Comment #1
soxofaan commentedduplicate of #586232: call_user_func_array() prob in captcha-6.x-2.x-dev
already fixed by http://drupal.org/cvs?commit=266990
thanks