Opened 4 years ago
Closed 4 years ago
#1485947 closed Feature Patches (fixed)
Default autoload function __autoload() is expected to be set already
| Reported by: | adriaangraas | Owned by: | |
|---|---|---|---|
| Priority: | 8 | Milestone: | 0.3-stable |
| Component: | PHP backend | Version: | git-master |
| Severity: | minor | Keywords: | |
| Cc: |
Description
It would be nice if Roundcube could be integrated into other programs, without to much of code hacks. For example, it can include a bootstrap of another framework, which allows to check for username/password and such to automate a login. Often such a framework has a own autoloader, which causes the _ _autoload() to be unset. Therefore, set spl_autoload_register to set _ _autoload() (space between _,because of the markup of this editor) as the default function. It's not really an overhead.
You said you liked patches.
Attachments (1)
Change History (2)
Changed 4 years ago by adriaangraas
comment:1 Changed 4 years ago by thomasb
- Resolution set to fixed
- Status changed from new to closed
Done in [58813550]
Note: See
TracTickets for help on using
tickets.

patch