Fix for the bug where you could not upload files (the first part of bug #2114). Converted StoredFile into a real class that mapped the database table properly. Renamed some functions to be consistent with each other and with coding standards.
This commit is contained in:
parent
c59a73f506
commit
623be37d8a
13 changed files with 392 additions and 322 deletions
|
@ -333,7 +333,7 @@ class Restore {
|
|||
return $put;
|
||||
}
|
||||
}
|
||||
$ac = StoredFile::recallByGunid($gunid);
|
||||
$ac = StoredFile::RecallByGunid($gunid);
|
||||
if (PEAR::isError($ac)) {
|
||||
return $ac;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue