mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
related to #1609 badges with default values
This commit is contained in:
@@ -574,7 +574,9 @@ function ws_categories_add($params, &$service)
|
||||
|
||||
global $conf;
|
||||
|
||||
if ($params["position"] != "") {
|
||||
if ($params["position"] != "")
|
||||
{
|
||||
//TODO make persistent with user prefs
|
||||
$conf['newcat_default_position'] = $params["position"];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user