show all html headers on the front page, so autocomplete can work

This commit is contained in:
Shish
2015-07-04 12:25:23 +01:00
parent 9a28f0f51a
commit cabc600207
2 changed files with 5 additions and 2 deletions

View File

@@ -274,7 +274,7 @@ class Page {
*
* TODO: This should really be configurable somehow...
*/
protected function add_auto_html_headers() {
public function add_auto_html_headers() {
global $config;
$data_href = get_base_href();