mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Resolved Issue ID 0000456, 0000457, 0000459, 0000465:
o Fix bugs adviser mode git-svn-id: http://piwigo.org/svn/trunk@1458 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -162,7 +162,7 @@ if (isset($_GET['site']) and is_numeric($_GET['site']))
|
||||
{
|
||||
$page['site'] = $_GET['site'];
|
||||
}
|
||||
if (isset($_GET['action']) and isset($page['site']) )
|
||||
if (isset($_GET['action']) and isset($page['site']) and !is_adviser())
|
||||
{
|
||||
$query = '
|
||||
SELECT galleries_url
|
||||
|
||||
Reference in New Issue
Block a user