We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758d2c3 commit 854a105Copy full SHA for 854a105
Source/pages/view.php
@@ -6,7 +6,6 @@
6
access_ensure_global_level( plugin_config_get( 'view_threshold' ) );
7
$t_can_update = access_has_global_level( plugin_config_get( 'update_threshold' ) );
8
9
-/** @noinspection PhpIncludeInspection */
10
require_once( config_get( 'plugin_path' ) . 'Source/Source.ViewAPI.php' );
11
12
$f_changeset_id = gpc_get_int( 'id' );
0 commit comments