diff options
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 = ' |