summaryrefslogtreecommitdiffstats
path: root/pts-core/options/remove_all_results.php
diff options
context:
space:
mode:
Diffstat (limited to 'pts-core/options/remove_all_results.php')
-rw-r--r--pts-core/options/remove_all_results.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pts-core/options/remove_all_results.php b/pts-core/options/remove_all_results.php
index 724e0b1..9996b19 100644
--- a/pts-core/options/remove_all_results.php
+++ b/pts-core/options/remove_all_results.php
@@ -20,9 +20,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-class remove_all_results
+class remove_all_results implements pts_option_interface
{
- public static function run()
+ public static function run($r)
{
$remove_all = pts_bool_question("Are you sure you wish to remove all saved results (Y/n)?", true);