diff --git a/core/lib/Thelia/Install/Database.php b/core/lib/Thelia/Install/Database.php index b17f693ee..4e9497bc1 100644 --- a/core/lib/Thelia/Install/Database.php +++ b/core/lib/Thelia/Install/Database.php @@ -41,7 +41,7 @@ class Database /** * Create a new instance, using the provided connection information, either none for - * automatically a connection, a ConnectionWrapper instance or a PDo connection. + * automatically a connection, a ConnectionWrapper instance or a PDO connection. * * @param ConnectionWrapper|\PDO|null $connection the connection object * @throws \InvalidArgumentException if $connection is not of the suitable type. diff --git a/web/.htaccess b/web/.htaccess index 33830b47c..dfe03bf51 100755 --- a/web/.htaccess +++ b/web/.htaccess @@ -7,7 +7,6 @@ AddDefaultCharset UTF-8 # If thelia is installed in a subdirectory (e.g., thelia2) # define the RewriteBase below to get a proper URL rewriting - # # RewriteBase /thelia2 RewriteCond %{REQUEST_FILENAME} !-f