1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

e_FILE.'public/' replaced with e_UPLOAD

This commit is contained in:
CaMer0n
2009-11-07 02:17:02 +00:00
parent b2986c3960
commit fbbf2f8f61
6 changed files with 21 additions and 22 deletions

View File

@@ -9,9 +9,9 @@
* Handler - general purpose validation functions
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/validator_class.php,v $
* $Revision: 1.13 $
* $Date: 2009-10-30 17:59:31 $
* $Author: secretr $
* $Revision: 1.14 $
* $Date: 2009-11-07 02:16:52 $
* $Author: e107coders $
*
*/
@@ -939,7 +939,7 @@ class validatorClass
{
if (strpos('-upload-', $value) === 0)
{
$img = e_FILE.'public/avatars/'.$value; // Its a server-stored image
$img = e_UPLOAD.'avatars/'.$value; // Its a server-stored image
}
else
{