From 49d878b326bc6110e6765c53e5c55d38dccda859 Mon Sep 17 00:00:00 2001 From: nikrou Date: Sat, 6 Sep 2008 12:47:32 +0000 Subject: mispellin variable git-svn-id: http://piwigo.org/svn/trunk@2505 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/functions.inc.php b/include/functions.inc.php index 6acfa0637..5a22c475d 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -270,7 +270,7 @@ function mkgetdir($dir, $flags=MKGETDIR_DEFAULT) function mkget_thumbnail_dir($dirname, &$errors) { $tndir = $dirname.'/thumbnail'; - if (! mkgetdir($tn_dir, MKGETDIR_NONE) ) + if (! mkgetdir($tndir, MKGETDIR_NONE) ) { array_push($errors, '['.$dirname.'] : '.l10n('no_write_access')); -- cgit v1.2.3