mirror of
https://github.com/processwire/processwire.git
synced 2025-08-07 15:26:54 +02:00
Accidentally added some unused code in the last commit so this one removes it.
This commit is contained in:
@@ -28,22 +28,6 @@ class PagesEditor extends Wire {
|
||||
*/
|
||||
protected $pages;
|
||||
|
||||
/**
|
||||
* Deleted page ID tracking
|
||||
*
|
||||
* @var array of [ id => id ]
|
||||
*
|
||||
*/
|
||||
protected $deleted = array();
|
||||
|
||||
/**
|
||||
* Delete recursion level
|
||||
*
|
||||
* @var int
|
||||
*
|
||||
*/
|
||||
protected $deleteLevel = 0;
|
||||
|
||||
/**
|
||||
* Construct
|
||||
*
|
||||
|
Reference in New Issue
Block a user