Changeset 1086

Show
Ignore:
Timestamp:
09/12/08 11:21:17 (4 months ago)
Author:
laurentj
Message:

bug fixed: bad method name in the declaration of the jIAuthDriver interface in the PHP extension

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0.x/ext/jelix/jelix_interfaces.c

    r476 r1086  
    9696zend_function_entry zend_funcs_jIAuthDriver[] = { 
    9797        ZEND_ABSTRACT_ME(jIAuthDriver, __construct, arginfo_jIAuthDriver_params ) 
    98         ZEND_ABSTRACT_ME(jIAuthDriver, createUser, arginfo_jIAuthDriver_loginpwd) 
     98        ZEND_ABSTRACT_ME(jIAuthDriver, createUserObject, arginfo_jIAuthDriver_loginpwd) 
    9999        ZEND_ABSTRACT_ME(jIAuthDriver, saveNewUser, arginfo_jIAuthDriver_user) 
    100100        ZEND_ABSTRACT_ME(jIAuthDriver, removeUser, arginfo_jIAuthDriver_login) 
Download in other formats: Unified Diff Zip Archive