diff options
author | plegall <plg@piwigo.org> | 2010-04-15 09:45:44 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-15 09:45:44 +0000 |
commit | 0e93f533bb1d84ddc67900bc4db73bddc21a7ed9 (patch) | |
tree | 7045fced601e05de7d22d5d59ea7ac4c0fb2c565 /include | |
parent | 482e460767bdd52b2d691922d31acad40a857bf1 (diff) |
bug 1606: don't try to check the "no photo yet" feature when displaying an
help popup.
git-svn-id: http://piwigo.org/svn/trunk@5861 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r-- | include/no_photo_yet.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/no_photo_yet.inc.php b/include/no_photo_yet.inc.php index 08d6549d9..0d403a27c 100644 --- a/include/no_photo_yet.inc.php +++ b/include/no_photo_yet.inc.php @@ -29,6 +29,7 @@ if ( !(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 ) { |