Page MenuHomePhabricator

D9945.diff
No OneTemporary

D9945.diff

diff --git a/src/__phutil_library_init__.php b/src/__phutil_library_init__.php
--- a/src/__phutil_library_init__.php
+++ b/src/__phutil_library_init__.php
@@ -32,7 +32,7 @@
// autoloader; if not, swallow it and let them take a shot.
$autoloaders = spl_autoload_functions();
$last = end($autoloaders);
- if ($last == '__phutil_autoload') {
+ if ($last == __FUNCTION__) {
throw $ex;
}
}

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 18, 12:48 PM (5 d, 15 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7689306
Default Alt Text
D9945.diff (422 B)

Event Timeline