From 3ad52463f633b060bee519e8aa4d6e9453fdc2aa Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Mon, 20 Sep 2010 19:34:44 -0700 Subject: more robust feed error handling, at the expense of performance. Pass profile owner through HTML (yuk) to the ajax updater - as browser pre-fetch totally buggers passing it via the server session. --- index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index.php') diff --git a/index.php b/index.php index 9b9e708f7..0de0afd48 100644 --- a/index.php +++ b/index.php @@ -89,6 +89,7 @@ $a->page['content'] .= $debug_text; $a->page['content'] .= '
'; // build page + // Navigation (menu) template if($a->module != 'install') require_once("nav.php"); -- cgit v1.2.3