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)."]
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | views-link_url-1879290.patch | 438 bytes | xiukun.zhou |
Comments
Comment #1
socialnicheguru commentedi am getting this too.
Comment #2
socialnicheguru commentedok it's a typo in the file
return link_url; should add "$" return $link_url;
Comment #3
socialnicheguru commentedThere is a small typo in views
Comment #4
xiukun.zhou commented#2
Comment #5
dawehnerdawehner--
Thank you for fixing that!