Fixed typos
This commit is contained in:
@@ -41,7 +41,7 @@ class Database
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new instance, using the provided connection information, either none for
|
* 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
|
* @param ConnectionWrapper|\PDO|null $connection the connection object
|
||||||
* @throws \InvalidArgumentException if $connection is not of the suitable type.
|
* @throws \InvalidArgumentException if $connection is not of the suitable type.
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ AddDefaultCharset UTF-8
|
|||||||
|
|
||||||
# If thelia is installed in a subdirectory (e.g., thelia2)
|
# If thelia is installed in a subdirectory (e.g., thelia2)
|
||||||
# define the RewriteBase below to get a proper URL rewriting
|
# define the RewriteBase below to get a proper URL rewriting
|
||||||
#
|
|
||||||
# RewriteBase /thelia2
|
# RewriteBase /thelia2
|
||||||
|
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
|||||||
Reference in New Issue
Block a user