Minor bug

You need to be logged in to post messages in the forums. New users may register here.

Thomas Wichmann

Member since:
16 December 2009

Posts: 1

Wednesday 16 December 2009 6:22:23 am



The operator "filecheck" is not autoloaded, which generates a warning.

Index: htdocs/extension/enhancedezbinaryfile/autoloads/eztemplateautoload.php
===================================================================
--- htdocs/extension/enhancedezbinaryfile/autoloads/eztemplateautoload.php (revision 7022)
+++ htdocs/extension/enhancedezbinaryfile/autoloads/eztemplateautoload.php (working copy)
@@ -7,6 +7,6 @@
$eZTemplateOperatorArray[] =

array( 'script' => 'extension/enhancedezbinaryfile/autoloads/templateparsexmloperator.php',

'class' => 'TemplateParseXMLOperator',

- 'operator_names' => array( 'parsexml' ) );

+ 'operator_names' => array( 'parsexml','filecheck' ) );



?>
\ No newline at end of file
Up

You need to be logged in to post messages in the forums. New users may register here.