mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 05:11:27 +00:00 
			
		
		
		
	fix typo in variable name
This commit is contained in:
		
							parent
							
								
									4e15fee3fb
								
							
						
					
					
						commit
						ed5a5bb069
					
				|  | @ -3820,7 +3820,7 @@ class SeedDMS_Core_DocumentContent extends SeedDMS_Core_Object { /* {{{ */ | |||
| 		$indstatus = array_pop($revisionStatus[$field]); | ||||
| 
 | ||||
| 		/* check if revision workflow has been started already */ | ||||
| 		if($indstatusi['status'] == S_LOG_SLEEPING && ($status == S_LOG_REJECTED || $status == S_LOG_ACCEPTED)) | ||||
| 		if($indstatus['status'] == S_LOG_SLEEPING && ($status == S_LOG_REJECTED || $status == S_LOG_ACCEPTED)) | ||||
| 			return -5; | ||||
| 
 | ||||
| 		if ($indstatus["status"] == -2) { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann