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 2740882 commit b1d70fcCopy full SHA for b1d70fc
app/code/Magento/Cron/Observer/ProcessCronQueueObserver.php
@@ -149,7 +149,7 @@ public function execute(\Magento\Framework\Event\Observer $observer)
149
150
foreach ($jobGroupsRoot as $groupId => $jobsRoot) {
151
if ($this->_request->getParam('group') !== null
152
- && $this->_request->getParam('group') !== escapeshellarg($groupId)
+ && $this->_request->getParam('group') !== '\'' . ($groupId) . '\''
153
&& $this->_request->getParam('group') !== $groupId) {
154
continue;
155
}
0 commit comments