Browse Source

Fixed incorrect build of external filters

master
Artyom Beilis 14 years ago
parent
commit
7025fcc683
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cppcms_tmpl_cc

+ 1
- 1
cppcms_tmpl_cc View File

@@ -448,7 +448,7 @@ class base_show:
if m.group(1):
func="content."+m.group(2)
else:
func=m.group(2)
func="cppcms::filters::" + m.group(2)
if m.group(3):
params=','.join([var]+self.get_params(m.group(4)))
else:


Loading…
Cancel
Save