From 7b4a6232cac2d23d2aecf7aeca06643429e1805d Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 1 Apr 2006 01:24:21 +0000 Subject: fix: allow adviser message was not allowing cookies to be sent fix: cookie deletion on logout uses ini_get (on some systems ini_set(cookie_path) is ignored) bug 322: locked category is visible to all the users/groups that have been assigned the permissions git-svn-id: http://piwigo.org/svn/trunk@1117 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/common.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/common.inc.php') diff --git a/include/common.inc.php b/include/common.inc.php index 2b7757819..42697353e 100644 --- a/include/common.inc.php +++ b/include/common.inc.php @@ -234,6 +234,7 @@ include( if (is_adviser()) { + ob_start();// buffer output so that cookies work echo '

-- cgit v1.2.3