We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c388363 commit 240fd96Copy full SHA for 240fd96
prestashop1.7/tawkto.php
@@ -102,7 +102,9 @@ private function installTab()
102
*/
103
public function hookDisplayFooter()
104
{
105
- session_start();
+ if (session_status() === PHP_SESSION_NONE && !headers_sent()) {
106
+ session_start();
107
+ }
108
109
$current_widget = self::getPropertyAndWidget();
110
if (empty($current_widget)) {
prestashop8.x/tawkto.php
@@ -101,7 +101,9 @@ private function installTab()
101
0 commit comments