make home tab work from remote profile, fix link in comment notify emails

This commit is contained in:
Friendika 2011-01-05 01:53:34 -08:00
parent f257569713
commit 1b0ddc928d
3 changed files with 9 additions and 2 deletions

View file

@ -183,6 +183,9 @@ elseif(local_user())
if(isset($homebase))
$a->page['content'] .= '<script>var homebase="' . $homebase . '" ; </script>';
// now that we've been through the module content, see if the page reported
// a permission problem and if so, a 403 response would seem to be in order.
if(stristr($_SESSION['sysmsg'], t('Permission denied'))) {
header($_SERVER["SERVER_PROTOCOL"] . ' 403 ' . t('Permission denied.'));
}