From bdce53bb4c13a288740594d72f7c032a3afa3c5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 22 Mar 2010 13:34:05 +0100 Subject: [PATCH] Fix a warning in profile display MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- modules/profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/profile.php b/modules/profile.php index 1debe66..75c1d71 100644 --- a/modules/profile.php +++ b/modules/profile.php @@ -254,6 +254,7 @@ class ProfileModule extends PLModule $page->assign_by_ref('p', $profile); $page->assign_by_ref('o', $owner); + $page->assign('view', $view); $page->assign('logged', S::logged()); $page->addJsLink('close_on_esc.js'); -- 2.1.4