From: Siebrand Mazeland Date: Wed, 4 Dec 2013 16:43:20 +0000 (+0100) Subject: Change line breaks in LocalFile::recordUpload2() X-Git-Tag: 1.31.0-rc.0~17754^2 X-Git-Url: http://git.cyclocoop.org/%27-%20%20.%20url_absolue%28find_in_path%28%27spip_style.css%27%29%29%20%20%20.%20url_absolue%28find_in_path%28%27prive/spip_style.css%27%29%29%20.%20%27?a=commitdiff_plain;h=7b1642d1b5b6e753ad5dfac24e899e469bdfc9b4;p=lhc%2Fweb%2Fwiklou.git Change line breaks in LocalFile::recordUpload2() Change-Id: Ib27e381106d048bb0a24286a877c85f0e62408cf --- diff --git a/includes/filerepo/file/LocalFile.php b/includes/filerepo/file/LocalFile.php index dd8e38aacb..5206447c39 100644 --- a/includes/filerepo/file/LocalFile.php +++ b/includes/filerepo/file/LocalFile.php @@ -1220,8 +1220,8 @@ class LocalFile extends File { * @param null|User $user * @return bool */ - function recordUpload2( - $oldver, $comment, $pageText, $props = false, $timestamp = false, $user = null + function recordUpload2( $oldver, $comment, $pageText, $props = false, $timestamp = false, + $user = null ) { wfProfileIn( __METHOD__ );