Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
feeds
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
feeds
Commits
959dbcf5
Commit
959dbcf5
authored
15 years ago
by
Alex Barth
Browse files
Options
Downloads
Patches
Plain Diff
Remove an overly verbose comment.
parent
29b54117
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
feeds.module
+0
-3
0 additions, 3 deletions
feeds.module
with
0 additions
and
3 deletions
feeds.module
+
0
−
3
View file @
959dbcf5
...
@@ -687,9 +687,6 @@ function feeds_plugin_instance($plugin, $id) {
...
@@ -687,9 +687,6 @@ function feeds_plugin_instance($plugin, $id) {
if
(
$class
=
ctools_plugin_load_class
(
'feeds'
,
'plugins'
,
$plugin
,
'handler'
))
{
if
(
$class
=
ctools_plugin_load_class
(
'feeds'
,
'plugins'
,
$plugin
,
'handler'
))
{
return
FeedsConfigurable
::
instance
(
$class
,
$id
);
return
FeedsConfigurable
::
instance
(
$class
,
$id
);
}
}
// Return FeedsMissingPlugin if no plugin was found.
// @todo Better error handling.
drupal_set_message
(
t
(
'Missing Feeds plugin. Check whether all required libraries and modules are installed properly.'
),
'warning'
);
drupal_set_message
(
t
(
'Missing Feeds plugin. Check whether all required libraries and modules are installed properly.'
),
'warning'
);
$class
=
ctools_plugin_load_class
(
'feeds'
,
'plugins'
,
'FeedsMissingPlugin'
,
'handler'
);
$class
=
ctools_plugin_load_class
(
'feeds'
,
'plugins'
,
'FeedsMissingPlugin'
,
'handler'
);
return
FeedsConfigurable
::
instance
(
$class
,
$id
);
return
FeedsConfigurable
::
instance
(
$class
,
$id
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment