mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
bug 347 fixed: need add_session_id function for identification without
cookie (this correction can't be merge to current trunk because cookies are now mandatory). git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1279 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -162,8 +162,8 @@ SELECT COUNT(*)
|
||||
'NAME' => $row['name'],
|
||||
'MEMBERS' => sprintf(l10n('%d members'), $counter),
|
||||
'U_MEMBERS' => $members_url.$row['id'],
|
||||
'U_DELETE' => $del_url.$row['id'],
|
||||
'U_PERM' => $perm_url.$row['id']
|
||||
'U_DELETE' => add_session_id($del_url.$row['id']),
|
||||
'U_PERM' => add_session_id($perm_url.$row['id'])
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user