Don't show RSS link on site_errors if no user token is found
[platal.git] / plugins / block.tidy.php
index ffa414c..2e1ff55 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2007 Polytechnique.org                              *
+ *  Copyright (C) 2003-2011 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -44,7 +44,7 @@ $tidy_config = array(
  * Purpose:
  * -------------------------------------------------------------
  */
-function smarty_block_tidy($params, $content, &$smarty)
+function smarty_block_tidy($params, $content, $smarty)
 {
     global $tidy_config;
     return tidy_repair_string($content, $tidy_config, 'utf8');