From 4b3aacfd18a8a3334532f9fcc830affb5f12963b Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 30 May 2014 00:22:55 +0200 Subject: [ticket/12352] Add get_settings_only method to passwords driver base PHPBB3-12352 --- phpBB/phpbb/passwords/driver/sha_xf1.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'phpBB/phpbb/passwords/driver/sha_xf1.php') diff --git a/phpBB/phpbb/passwords/driver/sha_xf1.php b/phpBB/phpbb/passwords/driver/sha_xf1.php index 0dd21b10fe..4b5e4a0b26 100644 --- a/phpBB/phpbb/passwords/driver/sha_xf1.php +++ b/phpBB/phpbb/passwords/driver/sha_xf1.php @@ -64,12 +64,4 @@ class sha_xf1 extends base } } } - - /** - * @inheritdoc - */ - public function get_settings_only($hash, $full = false) - { - return false; - } } -- cgit v1.2.1