# HG changeset patch # User Matti Hamalainen # Date 1416861107 -7200 # Node ID e213dca6354da6939681ca31b1ca3495fa588155 # Parent a431fc8a2b9a3d0fdb81a4d04036490be128b0d8 Add filename as ref variable argument to stSetFileEntryFilename(). diff -r a431fc8a2b9a -r e213dca6354d msite.inc.php --- a/msite.inc.php Mon Nov 24 22:31:14 2014 +0200 +++ b/msite.inc.php Mon Nov 24 22:31:47 2014 +0200 @@ -1059,7 +1059,7 @@ } -function stSetFileEntryFilename($fileID, $type, $entry, $fext, $ftype) +function stSetFileEntryFilename($fileID, $type, $entry, $fext, $ftype, &$fname) { switch ($type) {