typo fix
This commit is contained in:
		
							parent
							
								
									4e03d3cce3
								
							
						
					
					
						commit
						a07220d29b
					
				
							
								
								
									
										18
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										18
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							| @ -342,16 +342,16 @@ | |||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             "name": "shish/ffsphp", |             "name": "shish/ffsphp", | ||||||
|             "version": "v0.0.1", |             "version": "v0.0.2", | ||||||
|             "source": { |             "source": { | ||||||
|                 "type": "git", |                 "type": "git", | ||||||
|                 "url": "https://github.com/shish/ffsphp.git", |                 "url": "https://github.com/shish/ffsphp.git", | ||||||
|                 "reference": "6b1874cf05b0b6bbdf7b118ca081097d1f830cd7" |                 "reference": "16c98d57c80bb4848f20253c8c1e5fe7f6c5823f" | ||||||
|             }, |             }, | ||||||
|             "dist": { |             "dist": { | ||||||
|                 "type": "zip", |                 "type": "zip", | ||||||
|                 "url": "https://api.github.com/repos/shish/ffsphp/zipball/6b1874cf05b0b6bbdf7b118ca081097d1f830cd7", |                 "url": "https://api.github.com/repos/shish/ffsphp/zipball/16c98d57c80bb4848f20253c8c1e5fe7f6c5823f", | ||||||
|                 "reference": "6b1874cf05b0b6bbdf7b118ca081097d1f830cd7", |                 "reference": "16c98d57c80bb4848f20253c8c1e5fe7f6c5823f", | ||||||
|                 "shasum": "" |                 "shasum": "" | ||||||
|             }, |             }, | ||||||
|             "require": { |             "require": { | ||||||
| @ -380,7 +380,7 @@ | |||||||
|             ], |             ], | ||||||
|             "description": "A collection of workarounds for stupid PHP things", |             "description": "A collection of workarounds for stupid PHP things", | ||||||
|             "homepage": "https://github.com/shish/ffsphp", |             "homepage": "https://github.com/shish/ffsphp", | ||||||
|             "time": "2019-11-25T15:37:09+00:00" |             "time": "2019-11-29T12:00:09+00:00" | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             "name": "shish/microcrud", |             "name": "shish/microcrud", | ||||||
| @ -388,12 +388,12 @@ | |||||||
|             "source": { |             "source": { | ||||||
|                 "type": "git", |                 "type": "git", | ||||||
|                 "url": "https://github.com/shish/microcrud.git", |                 "url": "https://github.com/shish/microcrud.git", | ||||||
|                 "reference": "7c917baa46f137c5e0f6bd4d9874b1c61014797e" |                 "reference": "685e01a22427a83fc5b13cf09c16b1d72e9755f0" | ||||||
|             }, |             }, | ||||||
|             "dist": { |             "dist": { | ||||||
|                 "type": "zip", |                 "type": "zip", | ||||||
|                 "url": "https://api.github.com/repos/shish/microcrud/zipball/7c917baa46f137c5e0f6bd4d9874b1c61014797e", |                 "url": "https://api.github.com/repos/shish/microcrud/zipball/685e01a22427a83fc5b13cf09c16b1d72e9755f0", | ||||||
|                 "reference": "7c917baa46f137c5e0f6bd4d9874b1c61014797e", |                 "reference": "685e01a22427a83fc5b13cf09c16b1d72e9755f0", | ||||||
|                 "shasum": "" |                 "shasum": "" | ||||||
|             }, |             }, | ||||||
|             "require": { |             "require": { | ||||||
| @ -429,7 +429,7 @@ | |||||||
|                 "crud", |                 "crud", | ||||||
|                 "generator" |                 "generator" | ||||||
|             ], |             ], | ||||||
|             "time": "2019-11-28T21:02:52+00:00" |             "time": "2019-11-29T10:55:02+00:00" | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             "name": "shish/microhtml", |             "name": "shish/microhtml", | ||||||
|  | |||||||
| @ -122,7 +122,7 @@ class NotATag extends Extension | |||||||
|                     $t = new NotATagTable($database->raw_db()); |                     $t = new NotATagTable($database->raw_db()); | ||||||
|                     $t->token = $user->get_auth_token(); |                     $t->token = $user->get_auth_token(); | ||||||
|                     $t->inputs = $_GET; |                     $t->inputs = $_GET; | ||||||
|                     $this->theme->display_bans($page, $t->table($t->query()), $t->paginator()); |                     $this->theme->display_untags($page, $t->table($t->query()), $t->paginator()); | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user