[geeklog-cvs] geeklog: Missing global $_CONF

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Aug 8 08:13:38 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/247556377a41
changeset: 7230:247556377a41
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Aug 08 13:39:43 2009 +0200
description:
Missing global $_CONF

diffstat:

 plugins/polls/functions.inc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d462f4810218 -r 247556377a41 plugins/polls/functions.inc
--- a/plugins/polls/functions.inc	Sat Aug 08 13:39:01 2009 +0200
+++ b/plugins/polls/functions.inc	Sat Aug 08 13:39:43 2009 +0200
@@ -1389,7 +1389,7 @@
 */
 function plugin_autotags_polls ($op, $content = '', $autotag = '')
 {
-    global $_TABLES;
+    global $_CONF, $_TABLES;
     
     if ($op == 'tagname' ) {
         return array('poll-vote','poll-result','poll');



More information about the geeklog-cvs mailing list