aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/avatar/driver.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/avatar/driver.php')
-rw-r--r--phpBB/includes/avatar/driver.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/includes/avatar/driver.php b/phpBB/includes/avatar/driver.php
index 5d3b734f7b..5322f73c60 100644
--- a/phpBB/includes/avatar/driver.php
+++ b/phpBB/includes/avatar/driver.php
@@ -114,4 +114,12 @@ abstract class phpbb_avatar_driver
{
return false;
}
+
+ /**
+ * @TODO
+ **/
+ public function delete($user_row)
+ {
+ return true;
+ }
}