From c1422b533fef97b63b434befe57856ee348c1e46 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Mon, 16 Oct 2017 01:07:26 +0200 Subject: Even more HTTPS links (#12161) * http://piwik.org -> https://piwik.org * more HTTPS URLs * some more HTTPS URLs * test README * don't show "Plugin Hompage" for Piwik plugins * fix tests * compile minified js (hope I didn't break anything) * some more small changes * fix UI test * comment length in piwik.js changed due to https links * fix test * update ui file * update submodule --- core/Session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Session.php') diff --git a/core/Session.php b/core/Session.php index 965553b521..60bf464278 100644 --- a/core/Session.php +++ b/core/Session.php @@ -121,7 +121,7 @@ class Session extends Zend_Session $enableDbSessions = ''; if (DbHelper::isInstalled()) { $enableDbSessions = "
If you still experience issues after trying these changes, - we recommend that you enable database session storage."; + we recommend that you enable database session storage."; } $pathToSessions = Filechecks::getErrorMessageMissingPermissions(self::getSessionsDirectory()); -- cgit v1.2.3