From c8207be6d7a2a3aee9aa7674dfbdf60804f34736 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 7 Mar 2018 11:43:24 +0100 Subject: [PATCH] Update Videos class getAliases function --- Blacklight/processing/Videos.php | 2 +- Changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Blacklight/processing/Videos.php b/Blacklight/processing/Videos.php index f11ca29d2..70ba6316e 100755 --- a/Blacklight/processing/Videos.php +++ b/Blacklight/processing/Videos.php @@ -303,7 +303,7 @@ abstract class Videos * * @return \PDOStatement|false */ - public function getAliases($videoId = 0, $alias = '') + public function getAliases($videoId, $alias = '') { $return = false; $expiresAt = Carbon::now()->addSeconds(config('nntmux.cache_expiry_medium')); diff --git a/Changelog b/Changelog index b17127ea2..d00fb3cf3 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-03-07 DariusIII + * Chg: Update Videos class getAliases function * Chg: Revert to insertGetId usage * Fix: Fix details page in Gamma theme * Fix: Move theme specific css/js to their own folder in assets