A debug printf was there...

This commit is contained in:
Axel ROGER 2013-03-08 15:48:27 +00:00
parent 2ca729b6a1
commit 4a2cd8494f
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ class m_hta {
$s=fgets($file,1024);
$t=explode(":",$s);
if ($t[0]==$user) {
$err->raise("hta",printf(_("The user '%s' already exist for this folder"),$user));
$err->raise("hta",_("The user '%s' already exist for this folder"),$user);
return false;
}
}