typo
This commit is contained in:
		
							parent
							
								
									2bdfec3e76
								
							
						
					
					
						commit
						74a0bc642e
					
				@ -96,7 +96,7 @@ class NumericScore implements Extension {
 | 
				
			|||||||
			$config->set_int("ext_numeric_score_version", 1);
 | 
								$config->set_int("ext_numeric_score_version", 1);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if($config->get_int("ext_numeric_score_version") < 2) {
 | 
							if($config->get_int("ext_numeric_score_version") < 2) {
 | 
				
			||||||
			$database->Execute("CREATE INDEX numeric_score_votes__user_votes ON numeric_score_votes(user_id, scores)");
 | 
								$database->Execute("CREATE INDEX numeric_score_votes__user_votes ON numeric_score_votes(user_id, score)");
 | 
				
			||||||
			$config->set_int("ext_numeric_score_version", 2);
 | 
								$config->set_int("ext_numeric_score_version", 2);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user