removed blocking error message
This commit is contained in:
parent
669bb18cf4
commit
9e20d4ecc2
@ -69,7 +69,7 @@ func createMissingCategories(context *AppContext, missingCategories []string, ex
|
||||
existingCategories[newCategory.Key] = &newCategory
|
||||
}
|
||||
|
||||
return errors.New("createMissingCategories: NOT IMPLEMENTED")
|
||||
return nil
|
||||
}
|
||||
|
||||
func getNameAndParentId(category string, categories map[string]*category.PiwigoCategory) (string, int, error) {
|
||||
|
Loading…
Reference in New Issue
Block a user