From 64facecb8712337e64cf9179f644ffccdc504483 Mon Sep 17 00:00:00 2001 From: vrana Date: Thu, 5 Apr 2012 17:19:07 -0700 Subject: [PATCH] Fix typo in AphrontMySQLDatabaseConnection --- src/storage/connection/mysql/AphrontMySQLDatabaseConnection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/connection/mysql/AphrontMySQLDatabaseConnection.php b/src/storage/connection/mysql/AphrontMySQLDatabaseConnection.php index a78f18bb5d..9f570f862e 100644 --- a/src/storage/connection/mysql/AphrontMySQLDatabaseConnection.php +++ b/src/storage/connection/mysql/AphrontMySQLDatabaseConnection.php @@ -21,7 +21,7 @@ */ final class AphrontMySQLDatabaseConnection extends AphrontDatabaseConnection { - private $config; + private $configuration; private $connection; private $nextError;