Changeset 91


Ignore:
Timestamp:
09/16/25 15:09:47 (9 hours ago)
Author:
Kris Deugau
Message:

/trunk/uribl

Fix up misplaced home for key-values from the misc table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/uribl/uridb.cgi

    r90 r91  
    8383}
    8484
    85 $page->param(pgtitle => $uridb->{cfg}{pgtitle}) if defined($uridb->{cfg}{pgtitle});
    86 $page->param(pgcomment => $uridb->{cfg}{pgcomment}) if defined($uridb->{cfg}{pgcomment});
     85$page->param(pgtitle => $uridb->{misc}{pgtitle}) if defined($uridb->{misc}{pgtitle});
     86$page->param(pgcomment => $uridb->{misc}{pgcomment}) if defined($uridb->{misc}{pgcomment});
    8787$page->param(cgiself => $cgiself);
    8888
Note: See TracChangeset for help on using the changeset viewer.