From: Platonides Date: Sun, 18 Jul 2010 13:52:30 +0000 (+0000) Subject: Fix comment. There's no tempfile function in php. X-Git-Tag: 1.31.0-rc.0~36102 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=d6c6cfd95fd999a11edc99fa83f90e4d4eaf1a21;p=lhc%2Fweb%2Fwiklou.git Fix comment. There's no tempfile function in php. --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 6be53ad0c6..a68daf0fd8 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2096,7 +2096,7 @@ function &wfGetMimeMagic() { * variables are then checked in sequence, and if none are set /tmp is * returned as the generic Unix default. * - * NOTE: When possible, use the tempfile() function to create temporary + * NOTE: When possible, use the tempnam() function to create temporary * files to avoid race conditions on file creation, etc. * * @return String