Skip to content

Commit 60cc301

Browse files
committed
MAGETWO-56863: [GitHub] Saving CMS page does not create URL rewrite in Magento 2.1.0 with single-store mode #5923
1 parent 105062e commit 60cc301

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Cms/Controller/Adminhtml/Page

1 file changed

+2
-2
lines changed

app/code/Magento/Cms/Controller/Adminhtml/Page/Save.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ class Save extends \Magento\Backend\App\Action
3333
/**
3434
* @var \Magento\Cms\Model\PageFactory
3535
*/
36-
protected $pageFactory;
36+
private $pageFactory;
3737

3838
/**
3939
* @var \Magento\Cms\Api\PageRepositoryInterface
4040
*/
41-
protected $pageRepository;
41+
private $pageRepository;
4242

4343
/**
4444
* @param Action\Context $context

0 commit comments

Comments
 (0)