I'm using Pathauto 6.x-1.x-dev and FAQ 6.x-1.13. The settings returned by faq_pathauto() don't include values for "bulkname" or "bulkdesc", for whatever reason - the module predates their introduction, the module does not support bulk updates, etc. This results in an error on the Pathauto admin form:

Notice: Undefined property: stdClass::$bulkname in pathauto_admin_settings() (line 255 of /path/to/pathauto/pathauto.admin.inc).

CommentFileSizeAuthor
#1 pathauto-bulkname-2041619-1.patch490 bytesbrad.bulger
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

brad.bulger’s picture

I don't know if this is really something you'll consider a bug in pathauto, vs the module that is using hook_pathauto(), but the API language does imply that this key is optional. From what I can see it all goes away in 2.x anyway. This patch just uses !empty() to avoid the PHP notice.