Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1046158
D69.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jun 27, 9:05 PM
Size
404 B
Mime Type
text/x-diff
Expires
Sat, Jun 28, 9:05 PM (3 h, 52 m)
Engine
blob
Format
Raw Data
Handle
676306
Attached To
D69: INP-1431 - Register own auto-loader before others
D69.id.diff
View Options
Index: branches/5.3.x/core/kernel/utility/factory.php
===================================================================
--- branches/5.3.x/core/kernel/utility/factory.php
+++ branches/5.3.x/core/kernel/utility/factory.php
@@ -78,7 +78,7 @@
{
parent::__construct();
- spl_autoload_register(Array (&$this, 'autoload'));
+ spl_autoload_register(array($this, 'autoload'), true, true);
}
/**
Event Timeline
Log In to Comment