Skip to content

Commit

Permalink
bug 1606: don't try to check the "no photo yet" feature when displayi…
Browse files Browse the repository at this point in the history
…ng an

help popup.

git-svn-id: http://piwigo.org/svn/trunk@5861 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Apr 15, 2010
1 parent 482e460 commit 0e93f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/no_photo_yet.inc.php
Expand Up @@ -29,6 +29,7 @@
!(defined('IN_ADMIN') and IN_ADMIN) // no message inside administration
and script_basename() != 'identification' // keep the ability to login
and script_basename() != 'ws' // keep the ability to discuss with web API
and script_basename() != 'popuphelp' // keep the ability to display help popups
and !isset($_SESSION['no_photo_yet']) // temporary hide
)
{
Expand Down

0 comments on commit 0e93f53

Please sign in to comment.