Skip to content
Extraits de code Groupes Projets
Valider 380165ff rédigé par mattab's avatar mattab
Parcourir les fichiers

this took me a long time to find. @tsteur any idea why you put this isCliMode...

this took me a long time to find.  @tsteur any idea why you put this isCliMode to false in the command, which is CLI?
This was causing bug where the redirectToUrl normally exits in SSL, and here was just printing the header and silently "failing". (when running console command)
parent 68b23398
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -52,8 +52,6 @@ class RequestCommand extends ConsoleCommand ...@@ -52,8 +52,6 @@ class RequestCommand extends ConsoleCommand
$process->startProcess(); $process->startProcess();
} }
Common::$isCliMode = false;
require_once PIWIK_INCLUDE_PATH . $indexFile; require_once PIWIK_INCLUDE_PATH . $indexFile;
if (!empty($process)) { if (!empty($process)) {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter