Skip to content

Commit

Permalink
Fixed : `Warning: Parameter 1 to feedburner_node_view() expected to be a
Browse files Browse the repository at this point in the history
reference, value given dalam module_invoke_all() (baris 819 dari
.../includes/module.inc).`
  • Loading branch information
ceefour committed Oct 22, 2011
1 parent 14cdc7c commit a378131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedburner.module
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function feedburner_url_outbound_alter(&$path, &$options, $original_path) {
*
* Inserts FeedFlare into nodes.
*/
function feedburner_node_view(&$node, $view_mode = 'full', $langcode = NULL) {
function feedburner_node_view($node, $view_mode = 'full', $langcode = NULL) {
if ($view_mode == 'teaser') {
$teaser = TRUE;
}
Expand Down

0 comments on commit a378131

Please sign in to comment.