Replace all flat_cat by flat.

git-svn-id: http://piwigo.org/svn/trunk@1800 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub 2007-02-10 23:09:37 +00:00
commit e79d03c1fc
7 changed files with 24 additions and 24 deletions

View file

@ -269,7 +269,7 @@ function add_well_known_params_in_url($url, $params)
}
}
if (isset($params['flat_cat']))
if (isset($params['flat']))
{
$url.= '/flat';
}