Skip to content

Commit

Permalink
docs (#4838)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Oct 26, 2021
1 parent 30c5235 commit 4bb686d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion redaxo/src/core/backend.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
// profile is available for everyone, no additional checks required
rex_be_controller::setCurrentPage('profile');
} else {
// trigger api functions
// trigger api functions. the api function is responsible for checking permissions.
rex_api_function::handleCall();
}

Expand Down
2 changes: 1 addition & 1 deletion redaxo/src/core/frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// ----- caching end für output filter
$CONTENT = ob_get_clean();

// trigger api functions
// trigger api functions. the api function is responsible for checking permissions.
rex_api_function::handleCall();

if (rex_extension::isRegistered('FE_OUTPUT')) {
Expand Down

0 comments on commit 4bb686d

Please sign in to comment.