From 3ce6e013333d366ce9d56f7c740585b48deeccba Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 15 Oct 2015 14:29:51 +0200 Subject: [PATCH] Error in update_predb. --- Changelog | 1 + misc/update_scripts/update_predb.php | 2 ++ newznab/processing/PostProcess.php | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 4ccb6ff78..b7a7db0d2 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2015-10-15 DariusIII + Fix: PreDB error in update_predb Fix: Add back the patch Fix: Add missing use statements. Fix: Missing exception error in Logger.php diff --git a/misc/update_scripts/update_predb.php b/misc/update_scripts/update_predb.php index 9fe9c0e27..dd82f2e42 100644 --- a/misc/update_scripts/update_predb.php +++ b/misc/update_scripts/update_predb.php @@ -1,6 +1,8 @@ nzpreUpdate(); if(isset($argv[1]) && $argv[1] == true) diff --git a/newznab/processing/PostProcess.php b/newznab/processing/PostProcess.php index 7db4e1ded..b4dfabee3 100644 --- a/newznab/processing/PostProcess.php +++ b/newznab/processing/PostProcess.php @@ -261,7 +261,7 @@ class PostProcess /** * Process comments. * - * @param \NNTP $nntp + * @param NNTP $nntp */ public function processSharing(&$nntp) {