diff options
author | patdenice <patdenice@piwigo.org> | 2010-03-24 00:54:39 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-03-24 00:54:39 +0000 |
commit | 6c31dd43268dc5cccc91968415cf03350a517c92 (patch) | |
tree | 6e4c10a1dead9ca078fa737e533eedd2947c6883 /picture.php | |
parent | 151920ed0943568ad51bd6d9bacadcdea46fea4f (diff) |
Feature 1533: Bug corrected on favorite option and navigation bar.
git-svn-id: http://piwigo.org/svn/trunk@5305 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | picture.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/picture.php b/picture.php index 7bb52056e..6c16c713d 100644 --- a/picture.php +++ b/picture.php @@ -787,7 +787,7 @@ if (is_admin()) } // favorite manipulation -if (!is_a_guest()) +if (!is_a_guest() and $conf['picture_favorite_icon']) { // verify if the picture is already in the favorite of the user $query = ' |