Page MenuHomePhabricator

D9945.id.diff
No OneTemporary

D9945.id.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
Wed, Mar 19, 7:21 AM (1 w, 3 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7689306
Default Alt Text
D9945.id.diff (422 B)

Event Timeline