Hiya Demian,
It could be possible. I wrote it when I learnt Seagull and it was after
I deleted whole tree of categories. Sorry if I missed something :)
best regards,
Radek
Demian Turner wrote:
hiya radek
this bugfix you proposed makes it impossible to add a subcategory to the
default 'example' category in Publisher->categories:
// fix for when trying to add new cats to an empty table, Radek Maciaszek
if ($input->catID == 1) {
$input->catID = 0;
}
so i've removed it. Seeing as the table is never empty, the problem you
suggest should never occur.
let me know if i've missed something.
-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
|