Update #86c2xmcmw - upgraded plugin to M45

This commit is contained in:
Nihaal Shaikh
2025-04-04 09:19:36 +02:00
parent c2f5e7e22c
commit a836731b24

View File

@@ -112,9 +112,7 @@ class condition extends \core_availability\condition {
* @param bool $not Set true if we are inverting the condition
* @param info $info Item we're checking
*
* @return string Information string (for admin) about all restrictions on
* this item
* @throws \coding_exception
* @return string Information string (for admin) about all restrictions on this item
*/
public function get_description($full, $not, info $info): string {
return get_string('require_condition', 'availability_ipaddress', getremoteaddr());