From: Antoine Musso Date: Sun, 20 Jun 2004 23:47:57 +0000 (+0000) Subject: fix call time per reference warning X-Git-Tag: 1.5.0alpha1~2807 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=f8be609e444f412f1debd5c7701877a9c8bad5fa;p=lhc%2Fweb%2Fwiklou.git fix call time per reference warning --- diff --git a/includes/RecentChange.php b/includes/RecentChange.php index 8cce2b6f46..ed64ee213c 100644 --- a/includes/RecentChange.php +++ b/includes/RecentChange.php @@ -249,11 +249,11 @@ class RecentChange } /* static */ function notifyMoveToNew( $timestamp, &$oldTitle, &$newTitle, &$user, $comment, $ip='' ) { - RecentChange::notifyMove( $timestamp, &$oldTitle, &$newTitle, &$user, $comment, $ip, false ); + RecentChange::notifyMove( $timestamp, $oldTitle, $newTitle, $user, $comment, $ip, false ); } /* static */ function notifyMoveOverRedirect( $timestamp, &$oldTitle, &$newTitle, &$user, $comment, $ip='' ) { - RecentChange::notifyMove( $timestamp, &$oldTitle, &$newTitle, &$user, $comment, $ip='', true ); + RecentChange::notifyMove( $timestamp, $oldTitle, $newTitle, $user, $comment, $ip='', true ); } # A log entry is different to an edit in that previous revisions are