forked from GNUsocial/gnu-social
two variables $public and $system were generating notices in lib/htmloutputter.php, removed because these two parameters are null by default.
This commit is contained in:
parent
f2cd83dd51
commit
d6bcc635bb
@ -113,7 +113,7 @@ class HTMLOutputter extends XMLOutputter
|
|||||||
// Browsers don't like it when <?xml it output for non-xhtml documents
|
// Browsers don't like it when <?xml it output for non-xhtml documents
|
||||||
$this->xw->startDocument('1.0', 'UTF-8');
|
$this->xw->startDocument('1.0', 'UTF-8');
|
||||||
}
|
}
|
||||||
$this->xw->writeDTD('html', $public, $system);
|
$this->xw->writeDTD('html');
|
||||||
|
|
||||||
$language = $this->getLanguage();
|
$language = $this->getLanguage();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user