When adding a term to the Catalog vocabulary, I get the following error:

Notice: Undefined index: tid in uc_catalog_form_alter() (line 355 of /sites/all/modules/ubercart/uc_catalog/uc_catalog.module).

Term does get added though.

Comments

TR’s picture

Priority: Normal » Minor
Status: Active » Fixed

Thanks. I committed a fix.

Note that PHP Notices are informational messages that don't affect the operation of the code. In Drupal 6 these messages are turned off by default, so the only reason you're seeing them is because you have overridden the Drupal-default PHP reporting settings by manually changing the Drupal 6 core code, or are using a third-party Drupal distribution that has different default settings.

mr.andrey’s picture

Great, thanks.

Yes, I'm using Pressflow.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.