mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-30 20:51:22 +00:00 
			
		
		
		
	fix syntax error
This commit is contained in:
		
							parent
							
								
									66da520835
								
							
						
					
					
						commit
						d8e0ba840d
					
				|  | @ -31,7 +31,7 @@ include("../inc/inc.Authentication.php"); | |||
| $tmp = explode('.', basename($_SERVER['SCRIPT_FILENAME'])); | ||||
| $view = UI::factory($theme, $tmp[1], array('dms'=>$dms, 'user'=>$user)); | ||||
| if($view) { | ||||
| 	$view->setParam('strictformcheck'=>$settings->_strictFormCheck); | ||||
| 	$view->setParam('strictformcheck', $settings->_strictFormCheck); | ||||
| 	$view($_GET); | ||||
| 	exit; | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann