SAAS-606: Enable disk quota on Airtime Pro
This commit is contained in:
parent
5b3edaa2ca
commit
55ed21a155
2 changed files with 2 additions and 5 deletions
|
@ -78,11 +78,9 @@ class CcFiles extends BaseCcFiles {
|
|||
*/
|
||||
public static function createFromUpload($fileArray)
|
||||
{
|
||||
/*temporarily disabling disk quota until all file sizes have ben set in the database.
|
||||
if (Application_Model_Systemstatus::isDiskOverQuota()) {
|
||||
throw new OverDiskQuotaException();
|
||||
}
|
||||
*/
|
||||
|
||||
/* If full_path is set, the post request came from ftp.
|
||||
* Users are allowed to upload folders via ftp. If this is the case
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue