Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1168588
D69.id169.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
Wed, Sep 24, 10:33 PM
Size
359 B
Mime Type
text/x-diff
Expires
Thu, Sep 25, 10:33 PM (4 h, 32 m)
Engine
blob
Format
Raw Data
Handle
757034
Attached To
D69: INP-1431 - Register own auto-loader before others
D69.id169.diff
View Options
Index: core/kernel/utility/factory.php
===================================================================
--- core/kernel/utility/factory.php
+++ core/kernel/utility/factory.php
@@ -57,7 +57,7 @@
{
parent::__construct();
- spl_autoload_register(Array (&$this, 'autoload'));
+ spl_autoload_register(array($this, 'autoload'), true, true);
}
/**
Event Timeline
Log In to Comment