From 4f5ce3d9a3ab57dafd774aadee310eccabc1361d Mon Sep 17 00:00:00 2001 From: Jason Ge Date: Fri, 6 Apr 2012 23:59:14 -0700 Subject: [PATCH] Update ibrary map file Summary: Update ibrary map file. It's probably caused by D2113. Test Plan: arc unit passed for the testEverythingImplemented test case. Reviewers: vrana, epriestley Reviewed By: epriestley CC: aran Differential Revision: https://secure.phabricator.com/D2134 --- src/__phutil_library_map__.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php index e6352ea2e7..89c9ba1a2d 100644 --- a/src/__phutil_library_map__.php +++ b/src/__phutil_library_map__.php @@ -1020,8 +1020,10 @@ phutil_register_library_map(array( 'AphrontKeyboardShortcutsAvailableView' => 'AphrontView', 'AphrontListFilterView' => 'AphrontView', 'AphrontMiniPanelView' => 'AphrontView', - 'AphrontMySQLDatabaseConnection' => 'AphrontDatabaseConnection', + 'AphrontMySQLDatabaseConnection' => 'AphrontMySQLDatabaseConnectionBase', + 'AphrontMySQLDatabaseConnectionBase' => 'AphrontDatabaseConnection', 'AphrontMySQLDatabaseConnectionTestCase' => 'PhabricatorTestCase', + 'AphrontMySQLiDatabaseConnection' => 'AphrontMySQLDatabaseConnectionBase', 'AphrontNullView' => 'AphrontView', 'AphrontPHPHTTPSink' => 'AphrontHTTPSink', 'AphrontPageView' => 'AphrontView',