diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-05-10 18:24:07 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-10 18:24:07 +0200 |
| commit | c6d7875b9b76a931e27e8dbf742ad7af25fe19cf (patch) | |
| tree | 07375bcbab50bd4904d903fd6a403cab03c3d8a1 /phpBB/phpbb/log/null.php | |
| parent | c5a4ad3d31047f9580b19b3401ef523b0fd53733 (diff) | |
| download | forums-c6d7875b9b76a931e27e8dbf742ad7af25fe19cf.tar forums-c6d7875b9b76a931e27e8dbf742ad7af25fe19cf.tar.gz forums-c6d7875b9b76a931e27e8dbf742ad7af25fe19cf.tar.bz2 forums-c6d7875b9b76a931e27e8dbf742ad7af25fe19cf.tar.xz forums-c6d7875b9b76a931e27e8dbf742ad7af25fe19cf.zip | |
[ticket/10899] Refactoring in \phpbb\log\log_interface
PHPBB3-10899
Diffstat (limited to 'phpBB/phpbb/log/null.php')
| -rw-r--r-- | phpBB/phpbb/log/null.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/phpbb/log/null.php b/phpBB/phpbb/log/null.php index 77d0fbe2d7..2a79e74bbd 100644 --- a/phpBB/phpbb/log/null.php +++ b/phpBB/phpbb/log/null.php @@ -49,6 +49,13 @@ class null implements log_interface /** * {@inheritdoc} */ + public function delete($mode, $conditions = array()) + { + } + + /** + * {@inheritdoc} + */ public function get_logs($mode, $count_logs = true, $limit = 0, $offset = 0, $forum_id = 0, $topic_id = 0, $user_id = 0, $log_time = 0, $sort_by = 'l.log_time DESC', $keywords = '') { return array(); |
