Ticket #1485947 (closed Feature Patches: fixed)

Opened 15 months ago

Last modified 14 months ago

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: svn-trunk
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

patch.txt (294 bytes) - added by adriaangraas 15 months ago.
patch

Change History

Changed 15 months ago by adriaangraas

patch

Changed 14 months ago by thomasb

  • status changed from new to closed
  • resolution set to fixed

Done in r2703

Note: See TracTickets for help on using tickets.