Posted by rb2k on January 3, 2013 at 8:21pm
5 followers
| Project: | Views |
| Version: | 7.x-3.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | Commons, Drupal Commons, views |
Issue Summary
The current master version will have this error message on the default homepage:
"Error message Notice: Use of undefined constant link_url - assumed 'link_url' in views_plugin_display->get_path() (line 788 of /vagrant/commons_files/profiles/commons/modules/contrib/views/plugins/views_plugin_display.inc). Notice: Use of undefined constant link_url - assumed 'link_url' in views_plugin_display->get_path() (line 788 of /vagrant/commons_files/profiles/commons/modules/contrib/views/plugins/views_plugin_display.inc)."]
Comments
#1
i am getting this too.
#2
ok it's a typo in the file
return link_url; should add "$" return $link_url;
#3
There is a small typo in views
#4
#2
#5
dawehner--
Thank you for fixing that!
#6
Automatically closed -- issue fixed for 2 weeks with no activity.