"rawcontent" is now a baseobject method
This commit is contained in:
		
					parent
					
						
							
								0769a115aa
							
						
					
				
			
			
				commit
				
					
						fdc396e197
					
				
			
		
					 2 changed files with 10 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -353,7 +353,7 @@ if ($a->module_loaded) {
 | 
			
		|||
 | 
			
		||||
	// "rawContent" is especially meant for technical endpoints.
 | 
			
		||||
	// This endpoint doesn't need any theme initialization or other comparable stuff.
 | 
			
		||||
	if (!$a->error && $a->module_class && method_exists($a->module_class, 'rawContent')) {
 | 
			
		||||
	if (!$a->error && $a->module_class) {
 | 
			
		||||
		call_user_func([$a->module_class, 'rawContent']);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue