Given:
->Entries with title "MyTitle"
->in a category of ParentCategory\SubCategory, where Subcategory was obviously a subcategory of ParentCategory
->and an individual entry archive with naming of category/sub_category/entry_basename.php
-Note that I have several top level categories, each of them containing a subcategory of the same name 'SubCategory'.
Previously publishing this would give me a file output of:
.../ParentCategory/SubCategory/MyTitle.php
.../NextParentCategory/SubCategory/MyTitle.php
.../N-ParentCategory/SubCategory/MyTitle.php
After upgrading to 3.3, I get dir names that are dirified as though to prevent collisions (even though subcategories are under other top level categories, so no collision exists) appended like:
.../ParentCategory/SubCategory_1/MyTitle.php
.../NextParentCategory/SubCategory_2/MyTitle.php
.../N-ParentCategory/SubCategory_N/MyTitle.php
Was this an intentional change?
It's rather unlivable for me as I need the SubCategory dir to be named SubCategory.
Any suggestions?
