Revert "Fix for ticket #452"

This reverts commit 809e52d80c.
This commit is contained in:
Tim Almdal
2009-07-27 11:14:03 -07:00
parent 5fd82a2ede
commit 4edf86f0eb
2 changed files with 19 additions and 5 deletions

View File

@@ -95,7 +95,7 @@ class access_Core {
return false;
}
if ($user->admin && $item->owner_id == $user->id) {
if ($user->admin) {
return true;
}