From 272cde4b0cda17aa4c7ff4818cc3c5e6f2b8ec2f Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 26 Oct 2010 12:17:59 +0000 Subject: [PATCH] Updated sortable listing. -fixed permission problems, thanks to 'bcooksley'. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@20161 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_sortableListing.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/include/class_sortableListing.inc b/gosa-core/include/class_sortableListing.inc index 7556c8c18..8269c9da9 100644 --- a/gosa-core/include/class_sortableListing.inc +++ b/gosa-core/include/class_sortableListing.inc @@ -225,7 +225,7 @@ class sortableListing { } else { $edit_image= $this->editable?"":""; } - if (strpos($this->acl, 'd') === false) { + if (strpos($this->acl, 'w') === false) { $delete_image= $this->deleteable?""._("Delete")."":""; } else { $delete_image= $this->deleteable?"":""; -- 2.30.2