Skip to content

Commit

Permalink
*7962* Correct mistaken function name
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Oct 11, 2012
1 parent 3b34dfb commit eb2682a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/generic/webFeed/WebFeedGatewayPlugin.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function getTemplatePath() {
* @return boolean
*/
function getEnabled() {
$plugin =& $this->getAnnouncementFeedPlugin();
$plugin =& $this->getWebFeedPlugin();
return $plugin->getEnabled(); // Should always be true anyway if this is loaded
}

Expand Down

0 comments on commit eb2682a

Please sign in to comment.