mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
Feature 1533: Bug corrected on favorite option and navigation bar.
git-svn-id: http://piwigo.org/svn/trunk@5305 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -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 = '
|
||||
|
||||
Reference in New Issue
Block a user