fix call time per reference warning
authorAntoine Musso <hashar@users.mediawiki.org>
Sun, 20 Jun 2004 23:47:57 +0000 (23:47 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sun, 20 Jun 2004 23:47:57 +0000 (23:47 +0000)
includes/RecentChange.php

index 8cce2b6..ed64ee2 100644 (file)
@@ -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