mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
feature 1505: bug fixed, ability to connect with pLoader even if gallery
is empty. git-svn-id: http://piwigo.org/svn/trunk@5251 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -169,6 +169,7 @@ if (
|
||||
!isset($conf['no_photo_yet']) // the message disappears at first photo
|
||||
and !(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 !isset($_SESSION['no_photo_yet']) // temporary hide
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user