| @@ -1,10 +1,10 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | // phpcs:disable WordPress.Security.EscapeOutput.ExceptionNotEscaped |
| 3 | 3 | if (!defined('ABSPATH') && !defined('MCDATAPATH')) exit; |
| 4 | 4 | |
| 5 | -if (!trait_exists('WPRProtectFWRuleRequestFunc_V665')) : | |
| 6 | -trait WPRProtectFWRuleRequestFunc_V665 { | |
| 5 | +if (!trait_exists('WPRProtectFWRuleRequestFunc_V676')) : | |
| 6 | +trait WPRProtectFWRuleRequestFunc_V676 { | |
| 7 | 7 | private function _rf_getAction() { |
| 8 | 8 | $args = $this->processRuleFunctionParams( |
| 9 | 9 | 'getAction', |
| 10 | 10 | func_num_args(), |
| @@ -494,9 +494,9 @@ | ||
| 494 | 494 | |
| 495 | 495 | $user = $this->_rf_getCurrentWPUser(); |
| 496 | 496 | |
| 497 | 497 | if (!array_key_exists('ID', $user)) { |
| 498 | - throw new WPRProtectRuleError_V665( | |
| 498 | + throw new WPRProtectRuleError_V676( | |
| 499 | 499 | $this->addExState("wpUserId: user's id doesn't exist") |
| 500 | 500 | ); |
| 501 | 501 | } |
| 502 | 502 | |