Fix Archives Widget on Status Page
Solution 'borrowed' from PR8116.
This commit is contained in:
		
					parent
					
						
							
								96b9619608
							
						
					
				
			
			
				commit
				
					
						e901468602
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -44,7 +44,7 @@ class Status extends BaseProfile
 | 
			
		|||
 | 
			
		||||
		if ($args->getArgc() > 3) {
 | 
			
		||||
			for ($x = 3; $x < $args->getArgc(); $x++) {
 | 
			
		||||
				if ($dtFormat->isYearMonth($args->get($x))) {
 | 
			
		||||
				if ($dtFormat->isYearMonthDay($args->get($x))) {
 | 
			
		||||
					if ($datequery) {
 | 
			
		||||
						$datequery2 = Strings::escapeHtml($args->get($x));
 | 
			
		||||
					} else {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue