Version number

Typo in m_hta
This commit is contained in:
Alan Garcia 2012-08-26 13:39:28 +00:00
parent 7882d18017
commit 10a961d2a3
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?php
/* Read global variables (AlternC configuration) */
$L_VERSION="v. 1.1~dev20110501";
$L_VERSION="v. 1.1~rc1~20120826";
/* To ease the transition, we define a lookup table for old names */
$compat = array('DEFAULT_MX' => 'MX',

View File

@ -309,7 +309,7 @@ class m_hta {
$err->log("hta","change_pass",$user."/".$dir);
$absolute=$bro->convertabsolute($dir,0);
if (!file_exists($absolute)) {
$err->raise("hta",printf(_"The folder '%s' does not exist"),$dir));
$err->raise("hta",printf(_("The folder '%s' does not exist"),$dir));
return false;
}