mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 21:27:36 +00:00 
			
		
		
		
	- getFolderPathHTML() is now a method of LetoDMS_DMS
This commit is contained in:
		
							parent
							
								
									1f09dc0a34
								
							
						
					
					
						commit
						8c4082cb8e
					
				|  | @ -65,7 +65,7 @@ if (isset($_GET["groupid"])&&$_GET["groupid"]!=-1){ | |||
| } | ||||
| 
 | ||||
| $folder = $document->getFolder(); | ||||
| $docPathHTML = getFolderPathHTML($folder, true). " / <a href=\"../out/out.ViewDocument.php?documentid=".$documentid."\">".$document->getName()."</a>"; | ||||
| $docPathHTML = $folder->getFolderPathHTML($folder, true). " / <a href=\"../out/out.ViewDocument.php?documentid=".$documentid."\">".$document->getName()."</a>"; | ||||
| 
 | ||||
| if ($document->getAccessMode($user) < M_READ) { | ||||
| 	UI::exitError(getMLText("document_title", array("documentname" => $document->getName())),getMLText("access_denied")); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 steinm
						steinm