renamed the variable name that should have been renamed some commits ago
This commit is contained in:
		| @ -25,7 +25,7 @@ | ||||
| <script type="text/javascript"> | ||||
| $(function () { | ||||
| 	<?php | ||||
| 	if ($login['settings'] != NULL && $login['settings']->code_hide_details == 'Y') | ||||
| 	if ($login['settings'] != NULL && $login['settings']->code_hide_metadata == 'Y') | ||||
| 		print '$("#code_blame_mainarea_result_info").hide();'; | ||||
| 	?> | ||||
|  | ||||
|  | ||||
| @ -24,7 +24,7 @@ | ||||
| <script type="text/javascript"> | ||||
| $(function () { | ||||
| 	<?php | ||||
| 	if ($login['settings'] != NULL && $login['settings']->code_hide_details == 'Y') | ||||
| 	if ($login['settings'] != NULL && $login['settings']->code_hide_metadata == 'Y') | ||||
| 		print '$("#code_file_mainarea_result_info").hide();'; | ||||
| 	?> | ||||
|  | ||||
|  | ||||
| @ -163,7 +163,7 @@ $(function () { | ||||
|  | ||||
| <?php if ($file_count > 0): ?> | ||||
| 	<?php | ||||
| 	if ($login['settings'] != NULL && $login['settings']->code_hide_details == 'Y') | ||||
| 	if ($login['settings'] != NULL && $login['settings']->code_hide_metadata == 'Y') | ||||
| 		print '$("#code_folder_mainarea_result_info").hide();'; | ||||
| 	?> | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user