Without Taxonomy:
PHP Fatal error: Call to undefined function taxonomy_get_vocabularies() in /var/www/drupalall6/modules/simpleviews/simpleviews.pages.inc on line 241
With Taxonomy:
works fine
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | simpleviews_taxonomy.patch | 1.43 KB | redndahead |
Comments
Comment #1
redndahead commentedWrapped in module_exists and my editor removed some whitespace so that's added in there for good measure.
Comment #2
eaton commentedCommitted. Thanks!