diff --git a/includes/handlers.inc b/includes/handlers.inc index a79aa5c..af56759 100644 --- a/includes/handlers.inc +++ b/includes/handlers.inc @@ -751,6 +751,13 @@ class views_handler extends views_object { * */ class views_many_to_one_helper { + /** + * Contains possible existing placeholders used by the query. + * + * @var array + */ + public $placeholders = array(); + function views_many_to_one_helper(&$handler) { $this->handler = &$handler; }