mirror of
				https://github.com/Mibew/mibew.git
				synced 2025-10-31 18:41:10 +03:00 
			
		
		
		
	Fix invalid comment
This commit is contained in:
		
							parent
							
								
									7f6b193656
								
							
						
					
					
						commit
						1683b7c72a
					
				| @ -428,7 +428,7 @@ class Updater | ||||
|         } | ||||
| 
 | ||||
|         try { | ||||
|             // Alter locale table.
 | ||||
|             // Alter plugin table.
 | ||||
|             $db->query('ALTER TABLE {plugin} ADD COLUMN initialized tinyint NOT NULL DEFAULT 0 AFTER enabled'); | ||||
|         } catch (\Exception $e) { | ||||
|             $this->errors[] = getlocal('Cannot update tables: {0}', $e->getMessage()); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user