From d982605f5ebf573c891e79253c90adfe712847bf Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 29 Oct 2015 11:08:55 -0200 Subject: Custom common methods (4) --- common_methods.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common_methods.php') diff --git a/common_methods.php b/common_methods.php index 2a15e4c..4e86835 100644 --- a/common_methods.php +++ b/common_methods.php @@ -170,7 +170,7 @@ function nuvemdario_node_worker($node) { */ function nuvemdario_terms_worker($terms) { $result = ''; -$terms = get_terms_D7($content); +$terms = nuvemdario_get_terms_D7($content); if (!empty($terms)) { ob_start();?>