diff options
| author | lsces <lester@lsces.co.uk> | 2026-04-16 11:46:15 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-04-16 11:46:15 +0100 |
| commit | 7fc3a46187cf500a98753dc74aca8a17ce669f06 (patch) | |
| tree | c07639bee48e54c1ac2322d5161a7b320e3d41e0 /includes | |
| parent | 191836423fde25e7afaffbdedd62df72120443df (diff) | |
| download | protector-7fc3a46187cf500a98753dc74aca8a17ce669f06.tar.gz protector-7fc3a46187cf500a98753dc74aca8a17ce669f06.tar.bz2 protector-7fc3a46187cf500a98753dc74aca8a17ce669f06.zip | |
Missing service entry to actually check access permissions
Diffstat (limited to 'includes')
| -rwxr-xr-x | includes/bit_setup_inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/bit_setup_inc.php b/includes/bit_setup_inc.php index 40f55be..f7c7051 100755 --- a/includes/bit_setup_inc.php +++ b/includes/bit_setup_inc.php @@ -27,6 +27,7 @@ if( $gBitSystem->isPackageActive( 'protector' ) ) { 'content_store_function' => 'protector_content_store', 'comment_store_function' => 'protector_comment_store', 'content_expunge_function' => 'protector_content_expunge', + 'content_verify_access' => 'protector_content_verify_access', 'content_list_sql_function' => 'protector_content_list', 'content_load_sql_function' => 'protector_content_load', 'content_edit_mini_tpl' => 'bitpackage:protector/choose_protection.tpl', |
