use set_trust_level hack

This commit is contained in:
David Rose 2007-05-18 20:53:05 +00:00
parent 5c61a77d90
commit 80d7a3f27d

View File

@ -100,6 +100,7 @@ load_prc_file_data(const string &name, const string &data) {
bool read_ok = page->read_prc(strm);
if (read_ok) {
page->set_trust_level(1); // temp hack
return page;
} else {