a debug printf was there...

This commit is contained in:
Axel ROGER 2013-03-08 15:47:14 +00:00
parent 1f9b9c6276
commit dfbcd0d861
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,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;
}
}