X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftidy%2FRemexMungerData.php;h=c0dd00b5e7303b1a9910f20e6877b9f03a922710;hb=b950c0e8eaaa35ce4bf9f1dc0f73964e469f80b1;hp=08d148f682238e3a09b050a53242f7f005453be0;hpb=3f59cb9f3a53ad28f8a95fe299c5de6abd24b453;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/tidy/RemexMungerData.php b/includes/tidy/RemexMungerData.php index 08d148f682..c0dd00b5e7 100644 --- a/includes/tidy/RemexMungerData.php +++ b/includes/tidy/RemexMungerData.php @@ -83,6 +83,8 @@ class RemexMungerData { * @return string */ public function dump() { + $parts = []; + if ( $this->childPElement ) { $parts[] = 'childPElement=' . $this->childPElement->getDebugTag(); }