X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fpoison.php;h=27dae4ca9e04d318fc7642c5fb152323b2c19185;hb=80ea68bd56df9e85011b4783dbf5aa62fd293795;hp=016316ce2b141af82c674dd3199ed4306fc35d3f;hpb=f9bebf66a51f0920e55eb6d2c60c88e2eafbc598;p=platal.git diff --git a/modules/poison.php b/modules/poison.php index 016316c..27dae4c 100644 --- a/modules/poison.php +++ b/modules/poison.php @@ -1,6 +1,6 @@ load('poison.inc.php'); if ($seed == null) { @@ -47,7 +47,7 @@ class PoisonModule extends PLModule exit; } - function handler_tags(&$page, $seed = null, $count = 20) + function handler_tags($page, $seed = null, $count = 20) { global $globals; @@ -64,7 +64,7 @@ class PoisonModule extends PLModule exit; } - function handler_mailto(&$page, $seed = null, $count = 20) + function handler_mailto($page, $seed = null, $count = 20) { global $globals; @@ -82,7 +82,7 @@ class PoisonModule extends PLModule exit; } - function handler_rand(&$page) { + function handler_rand($page) { $this->load('poison.inc.php'); randomize_poison_file(); exit;