removed blocking error message

This commit is contained in:
Philipp Häfelfinger 2019-02-26 22:51:42 +01:00
parent 669bb18cf4
commit 9e20d4ecc2
1 changed files with 1 additions and 1 deletions

View File

@ -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) {