Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2011 at 08:16 UTC
Updated:
19 Jul 2011 at 08:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
Letharion commentedAssigning to merlin since it's a D6 issue.
Comment #2
dawehnerI'm really confused.
A quote from your code:
$this is the plugin, $this->argument is the argument handler, and $this->argument->argument alias $handler->argument is the value of the argument.
Comment #3
chx commentedOK, I had this backwards. There is a $handler. What there is not is a $argument object and so the validate_title is wrong.
Comment #4
dawehnerCommited to 6.x-3.x and 7.x-3.x. Thanks!