mirror of
				https://github.com/Mibew/mibew.git
				synced 2025-10-28 09:15:31 +03:00 
			
		
		
		
	Tiny bugfix
This commit is contained in:
		
							parent
							
								
									5e28bc91ea
								
							
						
					
					
						commit
						62bb63242b
					
				| @ -15,7 +15,7 @@ | ||||
|  * limitations under the License. | ||||
|  */ | ||||
| 
 | ||||
| $page['title'] = $page['key'] ? getlocal("cannededit.title") : getlocal("cannednew.title"); | ||||
| $page['title'] = isset($page['key']) ? getlocal("cannededit.title") : getlocal("cannednew.title"); | ||||
| 
 | ||||
| function tpl_content() { global $page, $mibewroot, $errors; | ||||
| ?>
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user