Posted by generalredneck on January 29, 2013 at 3:48pm
1 follower
Jump to:
| Project: | Views |
| Version: | 7.x-3.x-dev |
| Component: | Documentation |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
API page: http://api.drupal.org/api/views/plugins!views_plugin_query_default.inc/function/views_plugin_query_default%3A%3Aensure_table/7
The documentation declares the following:
Return value
The alias used to refer to this specific table, or NULL if the table cannot be ensured.
In fact, if you look at the 3rd if statement, you see:
<?php
if (!array_key_exists($relationship, $this->relationships)) {
return FALSE;
}
?>
Comments
#1
Moving to correct project. Thanks for reporting this!