bug 880 fixed: pwg.categories.add invalidate the user cache so that the new

category is added to the user category tree.


git-svn-id: http://piwigo.org/svn/trunk@2644 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2008-10-03 20:38:12 +00:00
parent 3d1b35b8c9
commit 54cf9362f5
+2
View File
@@ -1395,6 +1395,8 @@ function ws_categories_add($params, &$service)
return new PwgError(500, $creation_output['error']);
}
invalidate_user_cache();
return $creation_output;
}