Beispiel #1
0
 public static function notifyMoveOverRedirect($timestamp, &$oldTitle, &$newTitle, &$user, $comment, $ip = '')
 {
     RecentChange::notifyMove($timestamp, $oldTitle, $newTitle, $user, $comment, $ip, true);
 }