Commit 523c31d3a026dec248c98640d04abd18264cfe25

Authored by Martin Kirsten
1 parent e31dca35

KTS-3886

"Return folder permissions from get_folder_detail() function call"
Fixed

Committed By: Martin Kirsten
Reviewed By: Isaac Lundall

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9590 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 0 deletions
ktapi/KTAPIFolder.inc.php
... ... @@ -160,6 +160,7 @@ class KTAPI_Folder extends KTAPI_FolderItem
160 160 'parent_id'=>(int) $this->get_parent_folder_id(),
161 161 'full_path'=>$this->get_full_path(),
162 162 'linked_folder_id'=>$this->folder->getLinkedFolderId(),
  163 + 'permissions' => KTAPI_Folder::get_permission_string($this->folder),
163 164 );
164 165  
165 166 if($wsversion<3){
... ...