Skip to content

Commit 82c4b4a

Browse files
committed
PHP 8.2 fix
1 parent c825cbe commit 82c4b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

revisr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ private function __clone() {
110110
* Prevent direct unserialization by making the method private.
111111
* @access private
112112
*/
113-
private function __wakeup() {
113+
public function __wakeup() {
114114
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'revisr' ), '1.8' );
115115
}
116116

0 commit comments

Comments
 (0)