diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-04-01 01:24:21 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-04-01 01:24:21 +0000 |
commit | 7b4a6232cac2d23d2aecf7aeca06643429e1805d (patch) | |
tree | 98995f6dcd6d6e924c34fbbf9e09d6724e473090 /include/common.inc.php | |
parent | 324f3c4279ee0d1ff24e297535f5a62cc777ace1 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | include/common.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 ' <div class="titrePage"> <h2> |