Skip to content

Commit 854a105

Browse files
committed
Fix static analysis warning
1 parent 758d2c3 commit 854a105

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/pages/view.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
access_ensure_global_level( plugin_config_get( 'view_threshold' ) );
77
$t_can_update = access_has_global_level( plugin_config_get( 'update_threshold' ) );
88

9-
/** @noinspection PhpIncludeInspection */
109
require_once( config_get( 'plugin_path' ) . 'Source/Source.ViewAPI.php' );
1110

1211
$f_changeset_id = gpc_get_int( 'id' );

0 commit comments

Comments
 (0)