merge -r1329:1330 from branch 1.5 to trunk (bug 378 fixed).
git-svn-id: http://piwigo.org/svn/trunk@1331 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
b2e246ae80
commit
cfbadffe5f
2 changed files with 5 additions and 5 deletions
2
feed.php
2
feed.php
|
|
@ -119,7 +119,7 @@ $user['forbidden_categories'] = calculate_permissions($user['id'],
|
|||
$user['status']);
|
||||
if ('' == $user['forbidden_categories'])
|
||||
{
|
||||
$user['forbidden_categories'] = '-1';
|
||||
$user['forbidden_categories'] = '0';
|
||||
}
|
||||
|
||||
list($dbnow) = mysql_fetch_row(pwg_query('SELECT NOW();'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue