Meanwhile, the quota value is stored human-readable in the DB

remotes/origin/stable6
Arthur Schiwon 13 years ago
parent a591160c32
commit 09802ac217
  1. 3
      apps/user_ldap/lib/access.php

@ -130,8 +130,7 @@ class Access extends LDAPUtility {
if(is_null($ocname)) {
$ocname = $this->dn2username($dn);
}
\OCP\Config::setUserValue($ocname, 'files', 'quota',
\OCP\Util::computerFileSize($quota));
\OCP\Config::setUserValue($ocname, 'files', 'quota', $quota);
}
}

Loading…
Cancel
Save