diff options
author | knut <> | 2007-06-13 12:16:39 +0000 |
---|---|---|
committer | knut <> | 2007-06-13 12:16:39 +0000 |
commit | c4bfd9c55f00407bfdb9eec59dcf71a9016cd704 (patch) | |
tree | d0f7a37a6818a31c8c9a31238caef9371b2275a6 /framework/Web/THttpRequest.php | |
parent | 720a25fef9bf52aafdf54c2ec68f6fa33f47a89f (diff) |
fixed #649
Diffstat (limited to 'framework/Web/THttpRequest.php')
-rw-r--r-- | framework/Web/THttpRequest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/THttpRequest.php b/framework/Web/THttpRequest.php index 6ae95ab3..ef0660cc 100644 --- a/framework/Web/THttpRequest.php +++ b/framework/Web/THttpRequest.php @@ -828,7 +828,7 @@ class THttpCookieCollection extends TList $this->_o->addCookie($item);
}
else
- throw new TInvalidDataTypeException('authorizationrulecollection_authorizationrule_required');
+ throw new TInvalidDataTypeException('httpcookiecollection_httpcookie_required');
}
/**
|