Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-03 17:38:26 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-03 17:38:26 +0400
commit0195bb541d39b0b5c443ddf4dc426b1a8a2e8137 (patch)
tree6ce7c1fd4f9f92084a274380fb4a2803214f267d /core/FrontController.php
parent85fb9a470615151a0b6e3e4dc0311975263e0363 (diff)
Remove debugging code, remove no longer needed property from config.ini.travis.php, and always check if the local config.ini.php file exists.
Diffstat (limited to 'core/FrontController.php')
-rw-r--r--core/FrontController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/FrontController.php b/core/FrontController.php
index bfde6328fb..f35b1a2e15 100644
--- a/core/FrontController.php
+++ b/core/FrontController.php
@@ -213,7 +213,7 @@ class FrontController extends Singleton
{
$exceptionToThrow = false;
try {
- Config::getInstance();
+ Config::getInstance()->database; // access property to check if the local file exists
} catch (Exception $exception) {
/**