bug fixes

This commit is contained in:
Diego Najar 2018-07-31 18:36:22 +02:00
parent 9c4380ff18
commit 1d7859bc58
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class User {
if (!file_exists(PATH_UPLOADS_PROFILES.$filename)) {
return false;
}
return DOMAIN_PATH_UPLOADS_PROFILES.$filename;
return DOMAIN_UPLOADS_PROFILES.$filename;
}
}