Page MenuHomePhabricator

D9945.id23857.diff
No OneTemporary

D9945.id23857.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
Thu, Mar 20, 8:47 PM (12 h, 35 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7689306
Default Alt Text
D9945.id23857.diff (422 B)

Event Timeline