diff --git a/core/CliMulti/RequestCommand.php b/core/CliMulti/RequestCommand.php
index 8a1df0db1901658e6d73f18738fa998b4e0ff5d5..f6ccfd34549f3ecac506fdaa5f392c6c2c29b2ca 100644
--- a/core/CliMulti/RequestCommand.php
+++ b/core/CliMulti/RequestCommand.php
@@ -52,8 +52,6 @@ class RequestCommand extends ConsoleCommand
             $process->startProcess();
         }
 
-        Common::$isCliMode = false;
-
         require_once PIWIK_INCLUDE_PATH . $indexFile;
 
         if (!empty($process)) {