developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 13 years ago
Closed 13 years ago
#492 closed bug (fixed)
Bad error message in jDaoCompiler
Reported by: | doubleface | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.0.3 |
Component: | jelix:dao | Version: | 1.0.2 |
Severity: | trivial | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
There is a small mistake in lib/jelix/dao/jDaoCompiler.class.php (in trunk) on line 97. The $profil array does not exist any more and should be replaced by $selector->driver in the error message.
Attachments (1)
Change History (3)
Changed 13 years ago by doubleface
comment:1 Changed 13 years ago by laurentj
- Component changed from jelix to jelix:dao
- Milestone set to Jelix 1.0.3
- review set to review+
comment:2 Changed 13 years ago by laurentj
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in the trunk and 1.0.x branch. svn 796.
Thanks for this patch.