Project

General

Profile

Actions

Bug / Feature #516

closed

Class 'Model_P' not found

Added by corvus over 13 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Urgent
Assignee:
-
Target version:
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.


Related issues 1 (0 open1 closed)

Blocks MDB GUI - Bug / Feature #226: Password resetClosed20 November 2010

Actions
Actions #1

Updated by corvus over 13 years ago

  • Target version set to 0.1
Actions #2

Updated by corvus over 13 years ago

  • Priority changed from Normal to Urgent
Actions #3

Updated by corvus over 13 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF