Open GoogleCodeExporter opened 9 years ago
And there is too :
L 1020 :
function clear() {
foreach($this->children as $c) {
++if (!isset($c))
++ continue;
$c->parent = null;
$c->delete();
}
$this->children = array();
}
Original comment by Alel...@gmail.com
on 26 Nov 2014 at 2:09
Original issue reported on code.google.com by
Alel...@gmail.com
on 26 Nov 2014 at 1:59