PageMode constants

This commit is contained in:
Matthew Barbour
2019-06-18 20:58:28 -05:00
committed by matthew
parent 123089bfbf
commit 826c623538
62 changed files with 160 additions and 159 deletions

View File

@@ -59,7 +59,7 @@ class TaggerXML extends Extension
$tags.
"</tags>";
$page->set_mode("data");
$page->set_mode(PageMode::DATA);
$page->set_type("text/xml");
$page->set_data($xml);
}