Merge remote branch 'origin/xorg/maint' into xorg/master
[platal.git] / plugins / function.poison.php
index 2a4beaa..8443820 100644 (file)
@@ -19,7 +19,7 @@
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************/
 
-function smarty_function_poison($params, &$smarty) {
+function smarty_function_poison($params, $smarty) {
     if (S::logged()) {
         return '';
     }