Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
d37ab861
Commit
d37ab861
authored
Jul 27, 2012
by
dawehner
Committed by
tim.plunkett
Oct 21, 2012
Browse files
some more tiny little fixes
parent
5c83cdfd
Changes
3
Hide whitespace changes
Inline
Side-by-side
lib/Drupal/views/Plugins/views/area/AreaPluginBase.php
View file @
d37ab861
...
...
@@ -98,7 +98,7 @@ function use_group_by() {
*
* @ingroup views_area_handlers
*/
class
views_handler_area_broken
extends
views_handler_area
{
class
views_handler_area_broken
extends
AreaPluginBase
{
function
ui_name
(
$short
=
FALSE
)
{
return
t
(
'Broken/missing handler'
);
}
...
...
lib/Drupal/views/Plugins/views/argument/ArgumentPluginBase.php
View file @
d37ab861
...
...
@@ -1250,7 +1250,7 @@ function get_sort_name() {
*
* @ingroup views_argument_handlers
*/
class
views_handler_argument_broken
extends
views_handler_argument
{
class
views_handler_argument_broken
extends
ArgumentPluginBase
{
function
ui_name
(
$short
=
FALSE
)
{
return
t
(
'Broken/missing handler'
);
}
...
...
lib/Drupal/views/Plugins/views/relationship/RelationshipPluginBase.php
View file @
d37ab861
...
...
@@ -167,7 +167,7 @@ function use_group_by() {
*
* @ingroup views_relationship_handlers
*/
class
views_handler_relationship_broken
extends
views_handler_r
elationship
{
class
views_handler_relationship_broken
extends
R
elationship
PluginBase
{
function
ui_name
(
$short
=
FALSE
)
{
return
t
(
'Broken/missing handler'
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment