Merge branch 'WebGUI8' of github.com:plainblack/webgui into WebGUI8

This commit is contained in:
JT Smith 2010-08-27 13:41:36 -05:00
commit 1753ce64b3
156 changed files with 1044 additions and 940 deletions

View file

@ -44,11 +44,7 @@ ASSET: while (1) {
next ASSET;
}
last ASSET unless $file;
$file->getStorageLocation->setPrivileges(
$file->get('ownerUserId'),
$file->get('groupIdView'),
$file->get('groupIdEdit'),
);
$file->setPrivileges;
}
finish($session);