diff options
-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 ) { |