Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13998084
D14686.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
736 B
Referenced Files
None
Subscribers
None
D14686.id.diff
View Options
diff --git a/src/applications/config/module/PhabricatorConfigVersionsModule.php b/src/applications/config/module/PhabricatorConfigVersionsModule.php
--- a/src/applications/config/module/PhabricatorConfigVersionsModule.php
+++ b/src/applications/config/module/PhabricatorConfigVersionsModule.php
@@ -45,9 +45,9 @@
);
$all_libraries = PhutilBootloader::getInstance()->getAllLibraries();
- $other_libraries = array_diff($all_libraries, ipull($specs, 'lib'));
- $specs = $specs + $other_libraries;
-
+ // This puts the core libraries at the top:
+ $other_libraries = array_diff($all_libraries, $specs);
+ $specs = array_merge($specs, $other_libraries);
$futures = array();
foreach ($specs as $lib) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 25, 7:31 AM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6724960
Default Alt Text
D14686.id.diff (736 B)
Attached To
Mode
D14686: Fix Versions page
Attached
Detach File
Event Timeline
Log In to Comment