Actions
Bug / Feature #516
closedClass 'Model_P' not found
Start date:
10 December 2010
Due date:
% Done:
100%
Estimated time:
Request Type:
Feature Request
Description
MODPATH/ldap/classes/ldm.php [ 80 ]
75
76 $result = $result->current();
77 $model = strtolower($result['objectclass']0);
78
79 $model = 'Model_' . ucfirst($model);
80 $model = new $model;
81 $model->values($result);
82 return $model;
83 }
84
85 // Set class name {PHP internal call} ยป Kohana_Core::shutdown_handler()
Occurred on password reset after sending the new password.
Actions