From b0945b85d8b2af76196152eaf917e9fa7691ed19 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 9 Jun 2015 23:20:52 +0200 Subject: [PATCH] Possible fix for PHP fatal error regarding smarty. --- cli/update_db.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/update_db.php b/cli/update_db.php index 457897103..b53938184 100644 --- a/cli/update_db.php +++ b/cli/update_db.php @@ -19,6 +19,7 @@ * @copyright 2014 nZEDb */ require_once dirname(__DIR__) . DIRECTORY_SEPARATOR . 'www' . DIRECTORY_SEPARATOR . 'config.php'; +require_once SMARTY_DIR . 'Smarty.class.php'; use newznab\db\DbUpdate; use newznab\utility\Utility;