From: Brett Taylor Date: Tue, 11 Aug 2009 03:53:37 +0000 (+1200) Subject: two variables $public and $system were generating notices in lib/htmloutputter.php... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d6bcc635bb7a1d5884f4691e7b74152b8cd9c9bc;p=quix0rs-gnu-social.git two variables $public and $system were generating notices in lib/htmloutputter.php, removed because these two parameters are null by default. --- diff --git a/lib/htmloutputter.php b/lib/htmloutputter.php index 6045971161..683a5e0b71 100644 --- a/lib/htmloutputter.php +++ b/lib/htmloutputter.php @@ -113,7 +113,7 @@ class HTMLOutputter extends XMLOutputter // Browsers don't like it when xw->startDocument('1.0', 'UTF-8'); } - $this->xw->writeDTD('html', $public, $system); + $this->xw->writeDTD('html'); $language = $this->getLanguage();